https://aws.amazon.com/blogs/containers/new-using-amazon-ecs-exec-access-your-containers-fargate-ec2/ https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html#install-plugin-linux Install Session Manager plugin on Linux check to see what is linux ARM 32 or 64 bit? download binary verify installation is successful there is nothing you need to do because Fargate already includes all the infrastructure software requirements to enable this ECS capability An error occurred (InvalidParameterException)[…]
You have divergent branches and need to specify how to reconcile them
“git pull origin master” gives the error below in the end, the line above is what fixes things
stripe, confirmation page
https://stripe.com/docs/payments/payment-links#url-parameters
“wp mail smtp” with aws ses and aws workmail client
https://docs.aws.amazon.com/workmail/latest/userguide/using_IMAP.html https://docs.aws.amazon.com/workmail/latest/userguide/using_IMAP.html
Aws ses – verify domain
go to route53 and you should see all your records there you will then get a email saying your domain has been verified. it took about 5 minutes.
sql files in /docker-entrypoint-initdb.d not executing, ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for ‘root’@’%’
https://stackoverflow.com/questions/45086162/docker-mysql-error-1396-hy000-operation-create-user-failed-for-root this answer is right but it applies differently to my situation. in my .env file when “docker_setup_db” function gets called, the container attempts to create a user with the name MYSQL_USER (root). Since root is the default user, the error above gets thrown, causing no files inside of /docker-entrypoint-initdb.d[…]
Gitpod – env vars on prebuilds and workspaces
https://www.gitpod.io/docs/prebuilds Project environment variables Environment variables which are defined in project settings will be visible in prebuilds. This is useful for prebuilds to access restricted services. WARNING Care should be taken with secrets in prebuilds. Do not save secrets in a way which could leak into workspaces. This especially true for[…]
Docker desktop – kubernetes wont restart
docker desktop will restart
Debugging Lambda, logs
If you want to see logs coming from calls not from a test