50320/codepipeline-error-error-message-number-container-expected
I'm trying to execute my AWS CodePipeline and I end with the following error:
YAML_FILE_ERROR Message: Wrong number of container tags, expected 1
Why am I getting this error? And how do I get rid of it?
Show your spec.yaml file. Most probably the version you've mentioned is wrong. Should be something like this:
version: 0.2 os: linux files: - source: /index.html destination: /var/www/html/ hooks: BeforeInstall: - location: scripts/install_dependencies timeout: 300 runas: root - location: scripts/start_server timeout: 300 runas: root ApplicationStop: - location: scripts/stop_server timeout: 300 runas: root
Yes, my guess is that it is ...READ MORE
you can make use of terraform to ...READ MORE
Hi, I am installing ansible in Aws ...READ MORE
Hi@akhtar, This is usually caused by another geodesic shell running. ...READ MORE
It can work if you try to put ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
Check if the FTP ports are enabled ...READ MORE
I need to count the number of ...READ MORE
You can use the Prometheus eks_nodegroup_capacity metric ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.