This is a nyan-cat page stored in EC2 Instance writen in TypeScript development with CDK.
There's 3 architecture to host the nyan-cat application:
cdk-web
: On-Demand EC2 Instance.cdk-web-spot
: Spot EC2 Instance with EIP.cdk-web-alb-spot
: Spot AutoScaling Group with ALB.
You can view the available templates with cdk ls
.
Deploy with cdk deploy TEMPLATE_NAME
, and hold the seconds, the endpoint of website would print out.
The EC2 Instance would take some times, the endpoint would show out.
After that, remember to clean up this stack with cdk destory
.
- web page for nyan-cat cristurm/nyan-cat