Getting started:
Related tutorials:
import json | |
import cfnresponse | |
import boto3 | |
from botocore.exceptions import ClientError | |
client = boto3.client("logs") | |
def PutPolicy(arn,policyname): | |
response = client.put_resource_policy( | |
policyName=policyname, |
Getting started:
Related tutorials:
EBSSnapshotRole: | |
Type: AWS::IAM::Role | |
Properties: | |
AssumeRolePolicyDocument: | |
Version: '2012-10-17' | |
Statement: | |
- Effect: Allow | |
Principal: | |
Service: automation.amazonaws.com | |
Action: |
Helper setup to edit .yaml files with Vim:
List of general purpose commands for Kubernetes management:
package com.jitendrazaa; | |
import org.openqa.selenium.WebDriver; | |
import org.openqa.selenium.chrome.ChromeDriver; | |
public class DriverFactory | |
{ | |
private DriverFactory() | |
{ |
You can see my latest update in my blog here https://medium.com/@calvin.hsieh/steps-to-install-mongodb-on-aws-ec2-instance-62db66981218
Credits:
Big thanks to Elad Nava and Shane Rainville for writing the above articles that allow me to conduct this guide. If by all means that I violated original post's copyright, please contact me.