Code deploy to amazon
amazon_code_deployment_through_ec2.txt :: Link :: https://medium.com/@antonio.cm.oliveira/deploying-rails-app-using-aws-codedeploy-to-ec2-the-right-way-2e19fa8c7b4c Steps ::: Step 1:: Launch an EC2 Instance with code deploy Step 2:: Configure Code Deploy Step 3:: Configure Code Pipeline Step 4:: Deploy your app Step 5:: Why Parameter Store not Secrets Manager? Step 6:: Configure your parameters using AWS System Manager (parameter store) |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| Step 1:: Launch an EC2 Instance with code deploy:: 1.We should have AWS Account,VPC and Public Subnet 2.Sign In to the AWS Ma...