Skip to content
View adclark1's full-sized avatar

Block or report adclark1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 1Strategy/fargate-cloudformation-example 1Strategy/fargate-cloudformation-example Public

    An example CloudFormation template that deploys a container to AWS Fargate as a service.

    236 234

  2. 1Strategy/central-cloudtrail-logging 1Strategy/central-cloudtrail-logging Public

    CloudFormation templates that setup CloudTrail logging to a central AWS account.

    6 3

  3. 1Strategy/aws-budget 1Strategy/aws-budget Public

    CloudFormation template for creating a budget with threshold notifications in AWS Budgets.

    5 7

  4. Copies S3 objects from one S3 bucket... Copies S3 objects from one S3 bucket to another across accounts and, if necessary, regions.
    1
    #!/bin/bash
    2
    
    
    3
    # Setup: temporarily add a bucket policy to the source bucket that allows the destination account to retrieve the necessary objects. Here is an example:
    4
    #
    5
    # {
  5. AWS IAM policy for whitelisting regions AWS IAM policy for whitelisting regions
    1
    {
    2
        "Version": "2012-10-17",
    3
        "Statement": [{
    4
            "Sid": "WhitelistOregonAndOhioRegions",
    5
            "Effect": "Deny",