Posts

AWS Introduction

AWS IAM(Identity and access management) Some AWS CLI commands: aws --version aws aws help  (space bar) EC2 (Amazon Elastic Compute Cloud) AWS Storage Service: EBS(Elastic block storage) - we can create volumes & attached to any EC2, when terminate the EC2 external volume will not delete, we can also backup volumes on s3 & attached to any EC2 instance. EFS(Elastic File system) - File based storage system , multiple EC2 instance can share the data at a time, S3(Simple storage service) - object based storage , it uses the REST API for (GET/POST/PUT/DELETE)     AWS Database Services :  RDS(Relational Database service) -  run on EC2      Amazon Dynamo DB : No SQL, Non Relational DB   Amazon ECS (Amazon Elastic container service) :   
Recent posts