# Using AWS Secrets Manager with Amazon RDS and AWS Fargate - Build Phase
## Environment setup
!!! info "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](../RDS/)** to proceed to the RDS Phase.
---
??? info "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)**

---
**US East 2 (Ohio)**

---
**US West 1 (N. California)**

---
**US West 2 (Oregon)**

---
**EU West 1 (Ireland)**

---
**EU West 2 (London)**

---
**AP South 1 (Mumbai)**

---
**AP SouthEast 2 (Sydney)**

---
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](../RDS/).