This is a collection of examples and demos that I use in Developing on AWS classes. These examples cover various AWS services and development tools like: AWS CLI
, SAM
, CloudFormation
, CDK
and some more.
The whole application deployment is willingly not done with full automation. Manual steps are part of the demo. The manual steps are described below and are dependent on each other. Follow the step-by-step execution from top to bottom.
For cleaning up the created resources I prepared a batch file located in the root folder: cleanup.bat
.
To be able to clean the user which we created to do the whole demo you need to switch to another, e.g. Admin user.
For this case I have a profile prepared so I just need to set my profile to that profile:
set AWS_PROFILE=<admin_profile>
After this just execute the cleanup.bat
.