Skip to content

Instantly share code, notes, and snippets.

View morufajibike's full-sized avatar

Moruf Ajibike morufajibike

  • United Kingdom
View GitHub Profile

AWS Security Speciality certification preparation notes

Services to study

AWS Trusted Advisor

  • Inspects our AWS environments and makes recommendations where it deems necessary.
  • Works at an account level and makes recommendations based on your entire account. Categories: cost, optimization, performance, security, service limits, and fault tolerance.

AWS Guard Duty

@morufajibike
morufajibike / AWS Certified Developer Associate certification preparation notes.md
Last active February 2, 2024 07:37
AWS Certified Developer Associate certification preparation notes

AWS Certified Developer Associate certification preparation notes

Services to study

S3

SQS

SNS

Amazon Simple Workflow (SWF)

@morufajibike
morufajibike / AWS Solutions Architect - Associate Certification preparation notes.md
Last active January 2, 2021 07:06
AWS Solutions Architect - Associate Certification preparation notes

AWS Solutions Architect - Associate Certification preparation notes

Well Architected Framework - Five Pillars

Operational Excellence Reliability Security Performance Efficiency Cost Optimisation

Edge Locations are AWS data centers located around the world designed to give low latency access to two AWS services:

@morufajibike
morufajibike / Clone Github repos.md
Last active January 2, 2021 07:06
Bash one-liner to clone Github repos
#!/bin/bash
echo "🐋 Installing Docker"
sudo apt update
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common