Category "aws-code-deploy"

How to see which commit was deployed to prod with AWS CodeDeploy

We're using AWS CodeDeploy for our deployment pipelines, reading from our bitbucket repository. I'm trying to find which commit number was last deployed to prod

CodePipeline : What is taskdef.json and appsec.yaml purpose?

The whole point of using CodePipeline for me is to deploy automatically an ECS Service (Blue / Green deployment), with CodeDeploy. CodePipeline have the followi

Container deployment with self-managed kubernetes in AWS

I am relatively new to AWS and kubernetes. I have created a self-managed kubernetes cluster running in AWS (not using EKS). I have successfully created a pipeli

aws codedeploy can not kubectl into aws eks

i am trying to connect to eks cluster via aws codebuild. when: kubectl get svc output: [Container] 2022/05/13 11:27:03 Running command kubectl get svc error: Yo

How to deploy Laravel project using Remote Desktop Connection and AWS and run the application on {MY_IP}:8000/

I had made an EC2 instance on my AWS and also established the connection with RDC in my local system. Installed my required modules and set up the environment f