KN07 Draft C

This commit is contained in:
Marcello Calisto 2023-11-05 22:02:45 +01:00
parent a3982517f0
commit 5e6dc5f4f7

View File

@ -97,16 +97,5 @@ Zuerst muss ein sogenanntes **IAM Instance Profile** erstellt werden. Beim über
systemctl enable httpd systemctl enable httpd
aws s3 cp s3://<Name S3-Bucket>/ami-test.txt /var/www/html/index.html aws s3 cp s3://<Name S3-Bucket>/ami-test.txt /var/www/html/index.html
``` ```
10.
11. Starten Sie die Instanz mit **Launch instance**. 11. Starten Sie die Instanz mit **Launch instance**.
In diesem Fall werden Sie allerdings wie folgt vorgehen:
- EC2-Instanz erstellen mit:
- Mit Berechtigung zu S3-Bucket, um ein HTML-File (index.txt) runterzuladen
- IaC-Code um einen Webserver zu erstellen und das obige index.txt in das Verzeichnis /var/www/html/index.html zu kopieren