I am working off the Spinnaker Getting Started guide. Spinnaker is now running on an EC2 instance and accessible via http://localhost:9000.
When I try to create a new Application I understand that expect my-aws-account
and my-google-account
options. I am however seeing no options on this screen. Any idea about what could be going wrong?
*
(the asterisk character) in the Amazon Resource Name (ARN) box.sudo mkdir /home/spinnaker/.aws
sudo vim /home/spinnaker/.aws/credentials
my-aws-account
to the name of your AWS account [my-aws-account] aws_access_key_id = AKIAIOSFODNN7EXAMPLE aws_secret_access_key = wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
sudo vi /etc/default/spinnaker
SPINNAKER_AWS_ENABLED
, and change the value to true
SPINNAKER_AWS_DEFAULT_REGION
, and change the value to the region where your Spinnaker instance runs (e.g. us-east-1
, without the quotes)sudo vim /opt/spinnaker/config/spinnaker-local.yml
providers
, then locate aws
beneath thataws
, locate enabled
and change the value to true
aws
, locate defaultRegion
and change the value to the region where your Spinnaker instance runs (e.g. us-east-1
, without the quotes)primaryCredentials
, locate name
and change the value to my-aws-account
my-aws-account
to the name of your AWS account sudo /opt/spinnaker/scripts/reconfigure_spinnaker.sh
sudo restart spinnaker
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With