[Modified/Added] deployment doc. added and ec2 doc. modified

This commit is contained in:
kananinirav
2022-08-15 18:20:12 +09:00
parent d1615932de
commit 93a89207ad
3 changed files with 228 additions and 7 deletions

12
ec2.md
View File

@@ -244,9 +244,9 @@ Compliance validation | IAM Roles assigned to EC2 & IAM user access management,
## EC2 Section Summary
*1 EC2 Instance: AMI (OS) + Instance Size (CPU + RAM) + Storage + security groups + EC2 User Data
*1 Security Groups: Firewall attached to the EC2 instance
*1 EC2 User Data: Script launched at the first start of an instance
*1 SSH: start a terminal into our EC2 Instances (port 22)
*1 EC2 Instance Role: link to IAM roles
*1 Purchasing Options: On-Demand, Spot, Reserved (Standard + Convertible + Scheduled), Dedicated Host, Dedicated Instance
* EC2 Instance: AMI (OS) + Instance Size (CPU + RAM) + Storage + security groups + EC2 User Data
* Security Groups: Firewall attached to the EC2 instance
* EC2 User Data: Script launched at the first start of an instance
* SSH: start a terminal into our EC2 Instances (port 22)
* EC2 Instance Role: link to IAM roles
* Purchasing Options: On-Demand, Spot, Reserved (Standard + Convertible + Scheduled), Dedicated Host, Dedicated Instance