Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 480 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 480 Bytes

cloudplatforms-aws-account

This repository is intended to assist the MoJ Cloud Platforms team in setting up a new account

Billing

The billing/ directory contains relevant files to create budget alarms in your AWS account. To run this into an AWS account, use the AWS cli via the below command:

aws budgets create-budget --cli-input-json file://[file location]/cloudplatform-budget.json --account-id=[account number to create budget in] --profile=[AWS cli profile]