Skip to content

Commit

Permalink
feat: run ec2 in aws
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielopensource committed Dec 21, 2024
1 parent 9d2e8b6 commit 33b7e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cloudFormation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Resources:
Value: instance-code
UserData: !Base64 |
#!/bin/bash
echo "Hello, AWS Free Tier! 1234" > index.html
echo "Hello, AWS Free Tier! 12345" > index.html
sudo python3 -m http.server 80
EC2SecurityGroup:
Expand Down

0 comments on commit 33b7e21

Please sign in to comment.