Back to articles
AWS Services
How-ToDevOps

AWS Services

via Dev.toKALPESH MOHANTA

AWS services that can enhance your DevOps workflows: VPC : Virtual Private Cloud to launch AWS resources in a defined virtual network . AMI (template in Amazon Web Services (AWS) that contains the information needed to launch a virtual server, EC2) EBS (Volume) : Elastic Block Store for persistent block storage . S3 (Storage) : Simple Storage Service for scalable object storage . Can be used for hosting static website . EC2 : Virtual servers in the cloud. Lambda Function : Serverless computing service to run code. It’s a event-driven architecture used in cost optimization, security IAM : Identity and Access Management for secure access control. Service Accounts: K8s pods to access * AWS Services (using IRSA - IAM Roles for Service Accounts) * K8s API itself AWS Cloud CI/CD Services : * **AWS CodeCommit:** Code Host and versioning, like `github`. * **AWS CodeBuild**: Fully managed build service for continuous integration, like `mvn`. `buildspec.yml` is use to define the build process. *

Continue reading on Dev.to

Opens in a new tab

Read Full Article
5 views

Related Articles