Skip to content

Instantly share code, notes, and snippets.

View Malanius's full-sized avatar
🧠
Ready, set, tinker!

Michal Slota Malanius

🧠
Ready, set, tinker!
View GitHub Profile
@Malanius
Malanius / docker-compose.yml
Created March 17, 2021 20:36
Axon server docker compose
version: '3.9'
services:
axonserver:
image: axoniq/axonserver
hostname: axonserver
volumes:
- axonserver-data:/data
- axonserver-events:/eventdata
- axonserver-config:/config:ro
@Malanius
Malanius / cloudformation.yaml
Created February 10, 2019 13:52
AWS S3 hosted react website with CodePipeline, CodeBuild, deployment and CloudFront distribution with Route53 alias record set. react-router and SSL enabled.
AWSTemplateFormatVersion: 2010-09-09
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
-
Label:
default: "DNS settings"
Parameters:
- DnsPrefix
@Malanius
Malanius / aws-certification.md
Created June 9, 2018 11:09 — forked from miglen/aws-certification.md
AWS Certification guide and notes on how to prepare for the aws associate certification architect, sysops and developer exams


AWS Certification notes

Those are my personal notes on AWS Solution Architect certification preparation. Hope you find them usefull.

To pass AWS certification, you should have:

  • Sound knowledge about most of the AWS services ( EC2, VPC, RDS, Cloudfront, S3, Route53 etc,)
  • Hands on experience with AWS services.