Configure a DNS record set change-resource-record-sets — AWS CLI 1.15.35 Command Reference

Visits: 5605To list your resources aws route53 list-hosted-zones aws route53 list-resource-record-sets –hosted-zone-id BLABLALA –query “ResourceRecordSets[?Name == ‘example.domain.’]” Use this output as the base for rebuilding the input Json file. You can write a Jason File to input into this aws route53 change-resource-record-sets –cli-input-json –cli-input-json (string) Performs service operation based on the JSON string provided. The JSON string follows the …

Receiving Email with Amazon SES – Amazon Simple Email Service

Visits: 1371The next project is to setup servers that receive email via Amazon SES. The following links are a start. Also see: How to implement inbound email on Amazon AWS SES? – Stack Overflow Source: Receiving Email with Amazon SES – Amazon Simple Email Service https://docs.aws.amazon.com/cli/latest/reference/ses/index.html Also see: https://medium.com/@ashan.fernando/forwarding-emails-to-your-inbox-using-amazon-ses-2d261d60e417 https://stackoverflow.com/questions/20205039/how-to-implement-inbound-email-on-amazon-aws?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa https://github.com/arithmetric/aws-lambda-ses-forwarder The following link looks like …