See https://gist.github.com/shortjared/4c1e3fe52bdfa47522cfe5b41e5d6f22
a4b.amazonaws.com
acm-pca.amazonaws.com
AWSTemplateFormatVersion: '2010-09-09' | |
Parameters: | |
VpcId: | |
Type: AWS::EC2::VPC::Id | |
Resources: | |
Ec2Instance: | |
Type: AWS::EC2::Instance | |
Properties: | |
ImageId: ami-0b0dcb5067f052a63 | |
InstanceType: t3.medium |
// ==UserScript== | |
// @name AWS Favorites Abbreviator | |
// @namespace https://gist.github.com/projected1 | |
// @version 0.2 | |
// @description Abbreviates service names in AWS favorites toolbar | |
// @author Daniel Gorbatov | |
// @license MIT | |
// @homepage https://gist.github.com/projected1/e8a5ac0ba282619488deaf86ec256f4a | |
// @match https://*.aws.amazon.com/* | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
See https://gist.github.com/shortjared/4c1e3fe52bdfa47522cfe5b41e5d6f22
a4b.amazonaws.com
acm-pca.amazonaws.com
NOTE Environment variables override configuration files.
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html
This tutorial will help you to configure your GitLab SSH keys. Once configured, you should be able to clone repositories, push your changes and submit your pull requests to GitLab repositories via SSH.
Unless otherwise noted, all instructions are for the Window environment. If you are looking for instructions for Linux or MAC OS, please consult the official documentation instead.
If not already installed, install Git for Windows.
There is a specific way to upload files to Amazon S3. Unlike the traditional client-server approach, the client does not need to send any actual files to the server. Instead, the client asks the server for a pre-signed URL to an Amazon S3 bucket and then uploads the files directly to S3. If the client wants to upload multiple files, it needs to get a separate pre-signed URL for each and every file.
Visit the AWS CLI web page and follow the installation instructions for our operating system.
The AWS CLI is currently available on: