# AWS Account

<figure><img src="/files/6FGhCGffoCgg5aStbA8Q" alt=""><figcaption><p>No cloud account exists</p></figcaption></figure>

<figure><img src="/files/xAA1Reb4PM3R1KYKQKi2" alt=""><figcaption><p>Access your account</p></figcaption></figure>

<figure><img src="/files/47I4NLEyZoN6tE3sV77F" alt=""><figcaption><p>AWS Account</p></figcaption></figure>

<figure><img src="/files/KLZdQa4uvHsF9K5QlCZT" alt=""><figcaption><p>AWS Account Credentials</p></figcaption></figure>

### StackCash-Limited Resources

Services and resources that require a sufficient StackCash balance include EC2 and RDS. If your Team attempts to provision one of these resources and does not have sufficient StackCash, the resource may fail to provision or will be stuck in a "stopped" state.

### Permitted Services and Resources

AWS services permitted for use with Team-assigned AWS accounts are the following (but not necessarily limited to):

* EC2 (see instance types and storage limits below)
* S3
* Lambda
* DynamoDB
* RDS (see instance types and storage limits below)
* IAM
* VPC
* Redshift
* ElastiCache
* Route53
* CloudFront

With EC2 and RDS, only the following instance types/families are permitted:

* a1.medium
* t2 (nano, micro, small, medium)
* t3 (nano, micro, small, medium)
* t3a (nano, micro, small, medium)
* t4g (nano, micro, small, medium)

EC2 and RDS instances are limited to 1TB of storage each, and only of storage types gp2, gp3, and standard.

### Account, Resource, and Data De-Provisioning

Once a Team's Event has concluded and judging is complete, access to all Team AWS accounts will be removed. All data and resources in the accounts will be completely de-provisioned and all data wiped. **It will not be possible to recover these resources and data**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stackref.com/team/aws-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
