Skip to content

Commit 08a5ca7

Browse files
committed
Updated README.md
1 parent 5881098 commit 08a5ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a demo of the [AWS AppConfig](https://docs.aws.amazon.com/appconfig/late
66

77
[AWS AppConfig](https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html) helps AWS customers to quickly roll out application configurations across applications hosted on EC2 instances, containers, AWS Lambda, mobile apps, IoT devices, and on-premise servers in a validated, controlled and monitored way.
88

9-
This demo explains
9+
This sample code explains
1010

1111

1212
1. How to separate application configuration from application code for a containerized application.
@@ -26,7 +26,7 @@ This application has a Caching layer built in to cache the responses from AWS Ap
2626
2. In the left navigation pane, choose AWS AppConfig.
2727
3. If the AWS AppConfig welcome page appears, click Create configuration data. Otherwise, click Create application.
2828
4. For Name, enter a name for the application. (*MyContainerApplication*) You can add an optional description and apply tags to the application. Choose Create application.
29-
5. After the application is created, you are directed to a page with Environments and Configuration Profiles Choose Create environment, and then enter a name (MyContainerApplicationProductionEnvironment) and optional description for the environment. You can also optionally add tags and configure Amazon CloudWatch alarms for this environment.
29+
5. After the application is created, you are directed to a page with Environments and Configuration Profiles Choose Create environment, and then enter a name (*MyContainerApplicationProductionEnvironment*) and optional description for the environment. You can also optionally add tags and configure Amazon CloudWatch alarms for this environment.
3030
6. In the top navigation, choose the application name, and on the Configuration Profiles tab, choose Create configuration profile.
3131
7. Enter a name (*MyContainerApplicationConfigurationProfile*) and optional description for the configuration profile.
3232
8. Under Configuration source, choose AWS AppConfig hosted configuration.Under Content, choose JSON, paste the following content, and then choose Next.

0 commit comments

Comments
 (0)