Other Services Flashcards
CI/CD
AWS suite includes CodeCommit (Git), CodeBuild (build pipeline) CodeDeploy/Elastic Beanstalk
CloudFormation
CloudFormation is a declarative way of outlining your AWS Infrastructure, for any resources (most of them are supported)
- Infrastructure as code
ECS
Elastic Container Service - ECS is a container orchestration service (Docker)
ECR
Elastic Container Registry - Store, managed and deploy your containers on AWS
Fargate
Automate scaling of containers
EKS
Amazon EKS standards for Amazon Elastic Kubernetes Service - ECS but different platform
Step Functions
Build serverless visual workflow to orchestrate your Lambda functions
• Represent flow as a JSON state machine
SWF
Simple Workflow Service - pretty much Step Functions but older and not serverless (runs on EC2)
EMR
Elastic MapReduce - helps creating Hadoop clusters
AWS Glue
Fully-managed ETL (Extract,Transform & Load) service
- move data between services and perform transformations on it
AWS Opsworks
Chef & Puppet help you perform server configuration automatically, or repetitive actions
AWS Elastic Transcoder
Convert media files (video + music) stored in S3 into various formats for tablets, PC, Smartphone,TV, etc
AWS WorkSpaces
Managed, Secure Cloud Desktop
• Great to eliminate management of on-premiseVDI (Virtual Desktop Infrastructure)