Skip to content

Instantly share code, notes, and snippets.

View jimnarey's full-sized avatar

Jim Narey jimnarey

View GitHub Profile
import boto3
session = boto3.session.Session(profile_name='test')
cf_client = session.client("cloudformation", region_name="eu-west-2")
route_53_client = session.client("route53", region_name="eu-west-2")
# Even though at least some zones are visible in the console, they don't seem to be here.
resources = cf_client.describe_stack_resources(StackName='domains-iac-stack')