Your CI/CD pipeline on AWS - Part 4 ๐ โCodePipeline:- AWS CodePipeline is a continuous integration and continuous delivery (CI/CD) service that automates the build, test, and deployment phases of your release process. It enables you to model, visualise, and automate the steps required to ...Dec 12, 2023ยท1 min read
ECS and EKS in Amazon Web Services (AWS)ECS:- Amazon Elastic Container Service (ECS) is a cloud computing service in Amazon Web Services (AWS) that manages containers. It enables developers with AWS accounts to deploy and manage scalable applications that run on groups of servers called cl...Dec 7, 2023ยท1 min read
AWS Elastic BeanstalkAWS Elastic Beanstalk:- AWS Elastic Beanstalk is a fully managed service that makes it easy to deploy and run applications in multiple languages, including Java, .NET, Python, Node.js, Ruby, Go, and Docker. It abstracts the underlying infrastructure,...Dec 6, 2023ยท2 min read
Set up CloudWatch alarms and SNS topics in AWSAmazon CloudWatch:- -> Amazon CloudWatch is a component of Amazon Web Services that provides monitoring for AWS resources and the customer applications running on the Amazon infrastructure. -> CloudWatch enables real-time monitoring of AWS resources ...Dec 5, 2023ยท2 min read
Deploy Wordpress website on AWSDeployment of wordpress website:- Deploying a WordPress website on AWS involves several steps. Below is a simplified guide to help you set up a basic WordPress installation on AWS. Just so you know, this is a general guide, and you might need to adap...Dec 4, 2023ยท3 min read
Relational Database Service in AWSAmazon Web Services (AWS) provides a managed relational database service called Amazon RDS. This service simplifies a relational database's setup, operation, and scaling. With Amazon RDS, you can choose from several popular relational database engine...Dec 3, 2023ยท2 min read
S3 Programmatic access with AWS-CLI ๐ป ๐S3:- Amazon Simple Storage Service (Amazon S3) is a scalable and widely-used object storage service provided by Amazon Web Services (AWS). -> It allows users to store and retrieve any amount of data from anywhere on the web. -> S3 is designed to prov...Dec 2, 2023ยท2 min read