Please I confused, I don't know why I got this error in S3 - Codecommit and Cloudformation
I am currently working with this PoC = Automatically build CI/CD pipelines and Amazon ECS clusters for microservices using AWS CDK [https://docs.aws.amazon.com/es_es/prescriptive-guidance/latest/patterns/automatically-build-ci-cd-pipelines-and-amazon-ecs-clusters-for-microservices-using-aws-cdk.html] And I have this error. This is the command I use to launch the deployment
cdk deploy --context aws_account=xxxxxx --context aws_region=eu-west-2 --context vpc_nonprod_id=vpc-0b1ad2009aa6d2106 --context vpc_prod_id=vpc-00b4a914c2628a1b2 --context ecssg_nonprod_id=vpc-0b1ad2009aa6d2106 --context ecssg_prod_id=vpc-00b4a914c2628a1b2 --context code_commit_s3_bucket_for_code=cdk-hnb659fds-assets-xxxxxxxxxx-eu-west-2 --context code_commit_s3_object_key_for_code=arn:aws:kms:eu-west-2:xxxxxxxx:key/d92b32f6-d8cb-4429-adcc-d88d2d3f0ec3 --context microservice_name=devops-iris | CREATE_FAILED | AWS::CodeCommit::Repository | xxxxxx-codecommit-id Not Found (Service: Amazon S3; Status Code: 404; Error Code: 404 Not Found; Request ID: GRZCJ67AMTTS1318; S3 Extended Request ID: 3514cWqx2HUsD3cSLgj5zYCEw1IcAp6id5AVbBSDChEnKoFAo lNI0iP1jhMgR8v1Iifktm+dYEU=; Proxy: null)
"code_commit_s3_object_key_for_code", I don't have idea, How can I know this value? Cheers Andy
code_commit_s3_object_key_for_code is obviously not the KMS key you have provided. Assuming you have uploaded the starter-code.zip to a S3 bucket as mentioned in the prerequisites, its the path in the S3 bucket where the code was uploaded to. If root of the bucket, then it would be starter-code.zip else the <prefix>/starter-code.zip
--Syd
First, thank you for the support. It's true, I made a rookie mistake.
Relevant questions
I can't validate the Lightsail cdn SSL certificate and I don't know why?
Accepted Answerasked a month agoI am getting CORS errors in S3 console, is this a bug with AWS S3?
asked 2 months agoWhy i am getting CustomerEndpoint.Address as "anonymous" in amazon connect?
asked a month agoPlease I confused, I don't know why I got this error in S3 - Codecommit and Cloudformation
asked a month agobuild for CodeCommit backed Amplify website creation via CloudFormation not triggered
asked 5 months agoWorking with Grpc in AWS ECS
asked 4 months agoCan't create ECS deployment group using CloudFormation (loadBalancerInfo error)
Accepted Answerasked 7 months agoI have a Problem I cannot create a character definition file " Help Please"
Accepted Answerasked 4 years agoI am not able to find this solution in sagemaker jumpstart
asked 5 months agoHow can I automatically install from CodeCommit onto a Raspberry Pi
asked 10 months ago