stackup
stackup copied to clipboard
Show logs of the AWS stack operation progress
Hi, Is there any cli parameter to enable the trace of the stackup process?
I am using the dockerised version and it is throwing the error "no credentials provided". Passing the role to switch in the cli and it is not being honoured. This issue starts two days back and the version we use is "1.4.6"
The command we used is
docker run --rm -v /builds/orchestrator /orchestrator/components/shared-infra:/cwd -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN -e AWS_REGION realestate/stackup:1.4.6 configStack up -t bootstrap/bootstrap.yml -p bootstrap/stack_params_dev.yml --tags bootstrap/tags.yml --with-role arn:aws:iam::0000000:role/ci-deployment --service-role-arn arn:aws:iam::0000000:role/ci-passed-role
Any help on enabling the trace is greatly appreciated.