Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee authored Oct 3, 2024
1 parent 42a4dfa commit e851295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ec2/cloudformation/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CloudFormation Stacks

[![EC2 Instance](../../images/launch-stack.png)](https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/quickcreate?stackName=Basic-Instance&templateURL=https://sds-cloud-snippets.s3.amazonaws.com/ec2/cloudformation/ec2-with-bootstrapping.yaml) - Ubuntu 22.04LTS instance with boto3. (Default user `ubuntu`) [Template](ec2-with-bootstrapping.yaml)

[![EC2 Instance for FastAPI](../../images/launch-stack.png)](https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/quickcreate?stackName=ds2002-fastapi-instance&templateURL=https://sds-cloud-snippets.s3.amazonaws.com/ec2/cloudformation/ec2-ds2002-base.yaml) - Ubuntu 22.04LTS instance for FastAPI. (Default user `ubuntu`) [Template](ec2-ds2002-base.yaml) >> [FastAPI-Demo Source](https://github.com/nmagee/fastapi-demo)

[![EC2 Instance](../../images/launch-stack.png)](https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/quickcreate?stackName=ds2002-base-instance&templateURL=https://sds-cloud-snippets.s3.amazonaws.com/ec2/cloudformation/ec2-with-s3.yaml) - Ubuntu 22.04LTS instance second hard drive attached. (Default user `ubuntu`) [Template](ec2-with-s3.yaml)
Expand Down

0 comments on commit e851295

Please sign in to comment.