# Episode 002: Let's deploy a container to fargate
- Hosted by @shashanktomar
- Recording date: 20/05/2020
## Video Checkpoints
TODO
## Agenda
- [x] Introduction
- about me, about Fabric?
- issues during episode 001
- the structure of the session
- who is this for?
- [x] What is [AWS Fargate](https://aws.amazon.com/fargate/)?
- other tools, k8s, mesos, azure continer instances
- need for fargate
- ecs
- conceptual overview
- [x] network and load-balancer setup (already done)
- [x] create ECR repo and push image
- [x] create cluster
- [x] create security groups
- [x] create task def
- [x] manually deploy a task and play around with it
- [x] deploy an ecs service
## Show Notes
### Comments
### Feedback
## Reference Links
- [Fabric Group](https://fabricgroup.com.au/)
- [Pulumi](https://www.pulumi.com/)
- [AWS Farate](https://aws.amazon.com/fargate/)
- [AWS ECS CLI](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html)
- [Fargate Task Defination](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html)