Skip to content

Instantly share code, notes, and snippets.

@jeremychauvet
jeremychauvet / serverless.yaml
Created July 4, 2021 21:19
Serverless support Lambda container runtime.
service: myonlinebookstore
frameworkVersion: '2'
provider:
name: aws
runtime: python3.8
lambdaHashingVersion: '20201221'
region: us-east-1
stage: dev
memorySize: 128
@jeremychauvet
jeremychauvet / cloudwatch.json
Created November 5, 2021 15:00
Secure Amazon Cloudwatch dashboards names
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowToListAllDashboards",
"Effect": "Allow",
"Action": "cloudwatch:ListDashboards",
"Ressource": "*"
},
{
aws ec2 modify-volume --size [sizeInGb] --volume-id [volumeId]
lsblk
sudo xfs_growfs -d /
sudo resize2fs /dev/nvme0n1p1