Skip to content

Instantly share code, notes, and snippets.

View davidawcloudsecurity's full-sized avatar

David Aw davidawcloudsecurity

View GitHub Profile
@MuruganChandrasekar
MuruganChandrasekar / Windows10AWSEC2.md
Created June 3, 2025 07:39 — forked from peterforgacs/Windows10AWSEC2.md
Running Windows 10 on AWS EC2

Running Windows 10 on AWS EC2

Downloading the image

Download the windows image you want.

AWS vmimport supported versions: Microsoft Windows 10 (Professional, Enterprise, Education) (US English) (64-bit only)

So Home wont work.

@nadvolod
nadvolod / .gitpod.Dockerfile
Created February 19, 2023 23:58
How to run Selenium tests in GitPod
FROM gitpod/workspace-full-vnc:latest
USER gitpod
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \
sdk install java 17.0.3-ms && \
sdk default java 17.0.3-ms"
# Install dependencies.
RUN sudo apt-get update \
@thu2004
thu2004 / aws_devops_prof.md
Last active December 25, 2024 14:03
How I pass AWS DevOps Professional Certification exam on the first attempt!!

How I pass AWS DevOps Professional Certification exam on the first attempt!!

There are many excellence posts about this subject so I will not repeat them instead I list those at the end of this post.

I will give you which courses I took and briefly describe how I use those courses to prepare for my exam.

Exam Readiness: AWS Certified DevOps Engineer – Professional

I started with this free course to get myself an orientation of what to expect for this exam.

https://www.aws.training/Details/eLearning?id=34146