Tag: aws

  • How To Create And Push To AWS Elastic Container Registry in 5 Minutes

    How To Create And Push To AWS Elastic Container Registry in 5 Minutes

    introduction Amazon Elastic Container Registry (ECR) is a fully managed container registry offering high-performance hosting, so you can reliably deploy application images and artifacts anywhere without having to install any infrastructure. AWS Container Registry support user to push or pull an image which may be custom built or one of the prebuild image from the…

  • How To Deploy To AWS CodeDeploy From GitHub In 7 Steps

    How To Deploy To AWS CodeDeploy From GitHub In 7 Steps

    Requirement to follow the process STEP 1 IAM Role For CodeDeploy Navigate to the CodeDeploy service amazon console. STEP 2 Configure the Deployment for CodeDeploy Once the role is created, search for CodeDeploy in your AWS search bar.You should scroll to the Deploy (CodeDeploy) options, afterwards, you should click the dropdown menu to reveal getting…

  • How To Publish A Simple Notification Service In Amazon Web Service in 3 Steps

    How To Publish A Simple Notification Service In Amazon Web Service in 3 Steps

    THE SIMPLE NOTIFICATION SERVICE (SNS) The Simple Notification Service according Amazon’s Web Service is a messaging platform that provides message delivery from publishers to subscribers (also known as producers and consumers). The Simple Notification Service is very good service when it comes to microservices. It can be used to receive published messages from supported AWS service endpoints like…

  • How To Resize Your AWS Elastic Block Storage For Linux In 3 Steps

    How To Resize Your AWS Elastic Block Storage For Linux In 3 Steps

    INTRODUCTION The Elastic Block Storage(EBS) device is a mountable device for the AWS Elastic Compute Cloud for storage of data that are intended to persists beyond the life of the EC2 server. The Elastic Block Storage could run out of memory due to couple of circumstances. For a production application, this will result to ample…