Skip to content

Commit b53663e

Browse files
committed
Adding AWS Notes
1 parent eec2de4 commit b53663e

28 files changed

Lines changed: 128289 additions & 0 deletions
30.1 MB
Binary file not shown.
229 KB
Binary file not shown.
629 KB
Binary file not shown.

AWS_CCP/BossvsLeader.pdf

1.67 MB
Binary file not shown.
1.19 MB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Resources:
2+
MyInstance:
3+
Type: AWS::EC2::Instance
4+
Properties:
5+
AvailabilityZone: us-east-1a
6+
ImageId: ami-0742b4e673072066f
7+
InstanceType: t2.micro
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Resources:
2+
MyInstance:
3+
Type: AWS::EC2::Instance
4+
Properties:
5+
AvailabilityZone: us-east-1a
6+
ImageId: ami-0742b4e673072066f
7+
InstanceType: t2.micro
8+
MyEIP:
9+
Type: AWS::EC2::EIP
10+
Properties:
11+
InstanceId: !Ref MyInstance
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<html>
2+
<head>
3+
<style>
4+
body {
5+
background-color: #33342D;
6+
}
7+
h1 { color: white; }
8+
h1 {
9+
text-align:center
10+
}
11+
</style>
12+
</head>
13+
<body>
14+
15+
<h1>Error: this is an error page generated on Amazon S3</h1>
16+
</body>
17+
</html>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<html>
2+
<head>
3+
<style>
4+
body {
5+
background-color: #33342D;
6+
}
7+
h1 { color: white; }
8+
h1 {
9+
text-align:center
10+
}
11+
</style>
12+
</head>
13+
<body>
14+
15+
<h1>Congratulations, you've launched a static website on Amazon S3</h1>
16+
<img src="mountain.jpeg">
17+
</body>
18+
</html>
47.9 KB
Loading

0 commit comments

Comments
 (0)