Gothic Framework G symbol

AWS CLI Profile

Sometimes you have more than one AWS account profile on your AWS CLI, to use a specific credential profile set the Profile field under Deploy.Providers.AWS in your gothic.config.go as shown below:

Deploy: &gothic.DeployConfig{
	Providers: gothic.Providers{
		AWS: gothic.AWSProvider{
			Region:  "us-east-1",
			Profile: "mycustomProfileName",
		},
	},
},