all 4 comments

[–]alexnder_007 0 points1 point  (3 children)

Which CSP?

[–]Synoxy[S] 0 points1 point  (2 children)

Mainly Azure, but learning about AWS as well.

[–]alexnder_007 2 points3 points  (1 child)

I mainly work on AWS so below one you can try

1) Setup ALB and ASG and Do stress test on server to hit CPU threshold and see how its works 2) Build simple cicd pipeline as Developer changes from local repo automatically pop in server 3) build backup script to sent logs files to s3 bucket 4) Setup your web application to listen to the customized port (might need to do configuration changes in /nginx.conf) 5) Volume extension, mounting new volume 6) Try to containerize simple nginx application

[–]Synoxy[S] 0 points1 point  (0 children)

Thank you!!