aws_playground

- experiments in aws with terraform
git clone git://git.acid.vegas/aws_playground.git
Log | Files | Refs | Archive | README

commit afd4c7ddc226118f2013c8fdbc6b9f72a6fa605d
parent 9dc50cb72cf171781836054d977af228fcbadea2
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sat, 20 Jan 2024 21:06:50 -0500

Added mirrors

Diffstat:
MREADME.md | 10+++++++---

1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
@@ -9,7 +9,7 @@ While not primed for production, it offers invaluable insights, underscoring my 
 ## Getting Started
 1. Sign up an [AWS account](https://aws.amazon.com/)
 2. Create an [IAM User](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html)
-  - Add the `AmazonEC2FullAccess` permission policy
+  - Add the `AmazonEC2FullAccess` permission policy to a new group
 3. Create an [EC2 Key Pair](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html)
 4. Create an [EC2 Security Group](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-security-groups.html)
   - For IPv6, edit your VPC & add a IPv6 CDIR 
@@ -137,4 +137,8 @@ sudo systemctl daemon-reload
 sudo systemctl enable elasticsearch.service && sudo systemctl start elasticsearch.service
 sudo systemctl enable kibana.service        && sudo systemctl start kibana.service
 sudo systemctl enable logstash.service      && sudo systemctl start logstash.service
-```
-\ No newline at end of file
+```
+
+___
+
+###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/aws_playground) • [SuperNETs](https://git.supernets.org/acidvegas/aws_playground) • [GitHub](https://github.com/acidvegas/aws_playground) • [GitLab](https://gitlab.com/acidvegas/aws_playground) • [Codeberg](https://codeberg.org/acidvegas/aws_playground)
+\ No newline at end of file