Continuous Integration and Continuous Delivery/Deployment (CI/CD) practices have transformed software delivery by enabling faster and more frequent releases. AWS Cloud provides a scalable and flexible […]
AWS CLI: Use profile to communicate with IAM role with out aws_access_key_id, aws_secret_access_key
So, here I came across a very strange scenario, My server is configured with IAM role with s3 full access. But my code uses a […]