Skip to content

Using AWS Secrets Manager with Amazon RDS and AWS Fargate - Build Phase

Environment setup

To get started at an AWS event where the Event Engine is being used

The CloudFormation Stack for this event should already be deployed.

  1. Click here to open the Event Engine dashboard in a separate browser tab.
  2. Enter the team hash code that you were provided and click Proceed..
  3. Click AWS Console.
  4. Click Open Console.
  5. Make sure you are in the correct region.
  6. Click here to proceed to the RDS Phase.

Click here if you're not using AWS Event Engine or are using your own account

To setup the workshop environment, make sure you are logged in as an admin user and launch the CloudFormation stack below in the preferred AWS region using the "Deploy to AWS" links below. This will automatically take you to the console to run the template. In order to complete these workshops, you'll need a valid, usable AWS Account. Use a personal account or create a new AWS account to ensure you have the necessary access and that you do not accidentally modify corporate resources. Do not use a production AWS account from the company you work for. We strongly recommend that you use a non-production AWS account for this workshop such as a training, sandbox or personal account. If multiple participants are sharing a single account you should use unique names for the stack set and resources created in the console.


US East 1 (N. Virginia)         Deploy in us-east-1


US East 2 (Ohio)         Deploy in us-east-2


US West 1 (N. California)         Deploy in us-west-1


US West 2 (Oregon)         Deploy in us-west-2


EU West 1 (Ireland)         Deploy in eu-west-1


EU West 2 (London)         Deploy in eu-west-2


AP South 1 (Mumbai)         Deploy in ap-south-1


AP SouthEast 2 (Sydney)         Deploy in ap-southeast-2


  1. Click Next on the Specify Template section.

  2. On the Specify stack details step, update the following parameters depending on how you are doing this workshop:

    Field name Field value
    Stack name You can choose or just use smdemo
    Enter the name of the database Accept the default value of smdemo
    Enter the TCP port for the database endpoint Accept the default value of 3306
    Enter a prefix for the Name tag Accept the default value of smdemo
    Enter the value for the Project tag Accept the default value of smproj
    Enter the SSM AMI Id Parameter Accept the default value for the most recent AMI
  3. Click Next

  4. Click Next on the Configure stack options section.

  5. Finally, acknowledge that the template will create IAM roles under Capabilities and click Create.

This will bring you back to the CloudFormation console. You can refresh the page to see the stack starting to create. Before moving on, make sure the stack is in a CREATE_COMPLETE status. This should take ~8 minutes.


You can now proceed to the RDS Phase.