Skip to content

Instantly share code, notes, and snippets.

@upinfo
upinfo / aws_ec2_start_stop.json
Created May 19, 2022 19:00 — forked from amitavroy/aws_ec2_start_stop.json
AWS EC2 Start Stop Lambda
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ec2:Start*",
"ec2:Stop*",
"ec2:DescribeInstanceStatus"
@upinfo
upinfo / Notes.md
Created October 22, 2021 15:33 — forked from g0t4/ Notes.md
Getting Started with Docker on Windows
@upinfo
upinfo / .gitignore
Created August 23, 2021 17:26 — forked from kmorcinek/.gitignore
Example .gitignore file I use for C# projects
# The following command works for downloading when using Git for Windows:
# curl -LOf http://gist.github.com/kmorcinek/2710267/raw/.gitignore
#
# Download this file using PowerShell v3 under Windows with the following comand:
# Invoke-WebRequest https://gist.github.com/kmorcinek/2710267/raw/ -OutFile .gitignore
#
# or wget:
# wget --no-check-certificate http://gist.github.com/kmorcinek/2710267/raw/.gitignore
# User-specific files
@upinfo
upinfo / intro.md
Created February 25, 2021 19:37 — forked from derhuerst/intro.md
Installing Git on Linux, Mac OS X and Windows