skip to Main Content

Debian – AWS retrieve credentials GitLab CI/CD

I followed this video to get credentials from AWS via GitLab CI/CD. Video link: https://www.youtube.com/watch?v=7PvTjYTkYTo I created the same variables as seen in the video. The role has also been created in AWS. variables: AWS_REGION: "eu-west-2" aws_profile: "OIDC" IGNORE_TF_DEPRECATION_WARNING: "true"…

VIEW QUESTION

Amazon web services – Configure access role for IAM user

I have a S3 java client which I want to run. But I get error during startup: Caused by: com.amazonaws.services.securitytoken.model.AWSSecurityTokenServiceException: User: arn:aws:iam::123456789:user/test-key is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::123456789:user/test-key (Service: AWSSecurityTokenService; Status Code: 403; Error Code: AccessDenied; Request…

VIEW QUESTION
Back To Top
Search