When trying to add my the dkim DNS TXT record for my domain (to authenticate outgoing emails) in Amazon’s Route 53, I received the error message: “CharacterStringTooLong (Value is too long)”. This is how I fixed it.
AWS
Amazon S3 URL Redirect
Recently I found it necessary to create an Amazon S3 URL redirect. In the case where the Amazon S3 bucket is setup to act as a website, you can setup this up by adding the redirect directly to the file metadata. Instructions to setup an Amazon S3 website URL redirect Unfortunately, in this case the […]
Custom URL for S3 Bucket
My goal is to setup a custom url, in this case static.ironcodestudio.com, to pull directly from an S3 bucket. Create the Bucket Create the bucket with the name matching the url where you’ll load the file. In my case, I named the bucket static.ironcodestudio.com For the Region, I recommend US Standard. Make the Bucket Publicly […]