aws

AWS: using Certificate Manager to generate a TLS certificate for a delegated subdomain

AWS Certificate Manager can generate custom TLS certificates that can be used by AWS resources to enable secure TLS communication. In this article, I will delegate authority of a custom subdomain to AWS Route 53, then allow AWS ACM to generate certificates for this subdomain.  This subdomain and certificate can then be used within the AWS: using Certificate Manager to generate a TLS certificate for a delegated subdomain

AWS: retrieving standalone database instances by filtering out those with cluster membership

The AWS CLI provides a way to query for DB instances using “aws rds describe-db-instances“, but this will return all DB instances including those that are members of a cluster. If we want to query for just the standalone DB instances (not part of a cluster), here are a couple of options. You can use AWS: retrieving standalone database instances by filtering out those with cluster membership