this is going to output to replace all occurences output is
WordPress: Keep getting spam emails, Setting up reCAPTCHA v3
https://www.google.com/recaptcha/about/
AWS, Docker compose, ecs, Cloud formation: !Ref or !GetAtt not working
When working with docker compose, some Cloud formation functions dont work. For example !Ref or !GetAtt. Invalid XML ; cvc-maxLength-valid: Value ‘LoadBalancer.CanonicalHostedZoneID’ with length = ’34’ is not facet-valid with respect to maxLength ’32’ for type ‘ResourceId’. (Service: AmazonRoute53; Status Code: 400; Error Code: InvalidInput; Request ID: a6981e1e-5ae6-43e7-8d6b-4543ceaa5d0b; Proxy: null)[…]
Aws Workmail: Reset user password
https://docs.aws.amazon.com/workmail/latest/adminguide/manage-users.html#reset_user_password
Unresolved resource dependencies in the Resources
This means theres probably a duplicate cloudformation service in your template
AWS Fargate: The execute command failed because execute command was not enabled when the task
An error occurred (InvalidParameterException) when calling the ExecuteCommand operation: The execute command failed because execute command was not enabled when the task was run or the execute command agent isn’t running. Wait and try again or run a new task with execute command enabled and try again. In your docker-compose.yml[…]
AWS: Creating a ssl certificate
make sure to delete all cname off domain before creating cname record from certificate manager
AWS: Deleting, disassociate certificate from loadbalancer
right now, the certificate you are trying to delete is set as the default. Lets change the default pick another certificate to disassociate the one you want to delete
STUCK IN UPDATE_IN_PROGRESS
when you attempt to update cluster twice, status might get stuck. Then delete tasks that you see are conflicting It could also be that you manually create revisions and aws is trying to replace those with new revisions. If so, deregister the old revisions and let the update will finish[…]
UPDATE_ROLLBACK_FAILED
https://aws.amazon.com/premiumsupport/knowledge-center/cloudformation-update-rollback-failed/ If your stack is stuck in the UPDATE_ROLLBACK_FAILED state after a failed update, then the only actions that you can perform on the stack are the ContinueUpdateRollback or DeleteStack operations If you choose to continue update, but it still fails, you can skip FAILED resources during rollback In the Continue update rollback dialog box, expand Advanced[…]