RRSet of type CNAME with DNS name foo.com. is not permitted at apex in zone bar.com

As per RFC1912 section 2.4: A CNAME record is not allowed to coexist with any other data. In other words, if suzy.podunk.xx is an alias for sue.podunk.xx, you can’t also have an MX record for suzy.podunk.edu, or an A record, or even a TXT record. Especially do not try to combine CNAMEs and NS records … Read more

What is the difference between Elastic Beanstalk and CloudFormation for a .NET project?

They’re actually pretty different. Elastic Beanstalk is intended to make developers’ lives easier. CloudFormation is intended to make systems engineers’ lives easier. Elastic Beanstalk is a PaaS-like layer on top of AWS’s IaaS services which abstracts away the underlying EC2 instances, Elastic Load Balancers, auto-scaling groups, etc. This makes it a lot easier for developers, … Read more

Technically what is the difference between s3n, s3a and s3?

The letter change on the URI scheme makes a big difference because it causes different software to be used to interface to S3. Somewhat like the difference between http and https – it’s only a one-letter change, but it triggers a big difference in behavior. The difference between s3 and s3n/s3a is that s3 is … Read more

How to change User Status FORCE_CHANGE_PASSWORD?

This has finally been added to AWSCLI: https://docs.aws.amazon.com/cli/latest/reference/cognito-idp/admin-set-user-password.html You can change a user’s password and update status using: aws cognito-idp admin-set-user-password \ –user-pool-id <your-user-pool-id> \ –username <username> \ –password <password> \ –permanent Before using this, you may need to update your AWS CLI using: pip3 install awscli –upgrade

Missing Authentication Token while accessing API Gateway?

I’ve lost some time for a silly reason: When you create a stage, the link displayed does not contain the resource part of the URL: API URL: https://1111.execute-api.us-east-1.amazonaws.com/dev API + RESOURCE URL https://1111.execute-api.us-east-1.amazonaws.com/dev/get-list The /get-list was missing And of course, you need to check that the method configuration looks like this:

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)