Wednesday, July 22, 2020

AWS Useful Terms


IAM -  Identity Access Management
    Users     - End users. such as People, Employee of an Organization etc.
    Groups  -  Collection of Users. Each user in the group will inherit the permission of the group.
    Policies  - Made of JSON policy documents. Give permission of what User/Group/Role can do.
    Roles    - Roles can assign them to Resources


S3    -    Simple Storage Service

EC2    -    Amazon Elastic Compute Cloud 

VPC - Virtual Private Cloud
CIDR - Class Inter Domain Range , IP range
A VPC with CIDR/22 --> Total of  1024 IPs

Other Services
CICD    -    CI / CD , Continuous Integration and Continuous Deployment
Cloud Formation
ECS    -    Elastic Container Service
EKS    -    Elastic Kubernetes Service
Step  Functions
SWF    -    Simple Workflow Service
EMR    -    Elastic Map Reduce
AWS Glue    -    




No comments:

Post a Comment