GSS backup environment update ¶
Create a set of parameters in Parameter Store: ¶
Environment variable of BeanStalk: ¶
update spring.profiles.active from stage to prod
problems encountered:
- Need to add new policy(AmazonSSMFullAccess) to the corresponding role:
2. When the environment variable is updated and the BeanStalk environment is redeployed, an instance may report the following errors. At this time, you can immediately terminal the instance that reported the error in EC2 console, and BeanStalk will reassign a new instance.
- 100.0 % of the requests are erroring with HTTP 4xx. Insufficient request rate (12.0 requests/min) to determine application health.
- Incorrect application version "1.01160242.null" (deployment 203). Expected version "1.01160242.null" (deployment 202).
- Process default has been unhealthy for 23 minutes (Target.ResponseCodeMismatch).
CodePipeline: ¶
update S3 folder from stage/preprod to prod for FetchDistribution and NotifySparkRoom stages






