#cloudformation
Read more stories on Hashnode
Articles with this tag
AWS provides multiple methods for interacting with its vast array of cloud services. There are mainly four ways to interact with AWS: AWS Management...
AWS Elastic Beanstalk is a fully managed platform-as-a-service (PaaS) offering that simplifies the deployment of web applications and services on AWS. ·...
In a monolithic architecture, the entire application is built as a single, self-contained unit. In a microservices approach, application components · In...
AWS Lambda is a service that lets you run code without needing to provision or manage servers. Lambda is a platform that executes your code · The cloud...
Amazon SNS is a publish/subscribe service and Amazon SQS is a message queuing service. Using Amazon SNS topics, a publisher publishes messages · Building...
EC2 Auto Scaling is a service from Amazon Web Services (AWS), that helps you automatically adjust the number of EC2 instances power · EC2 Auto Scaling is...