AWS gets easier once you learn the cli commands relevant to your workflow. That said, remembering some of the lengthier (and more useful) commands can be tough. Here's what I tend to use:
# Create an SSH keypair and save the key locally.
aws ec2 create-key-pair --key-name <KEYNAME> --profile default --query 'KeyMaterial' --output text > ~/.ssh/<KEYNAME>.pem
# Delete a keypair
aws ec2 delete-key-pair --key-name <KEYNAME> --profile default
Cloudformation is an AWS service for configuring and managing deployment of AWS resources in a declarative, reproducible fashion. Makes it possible to create entire architectures with a single command.
Templates can be created in the following ways:
- By hand
- Using Cloudformer, which creates a template based on existing infrastructure.
- Example templates provided by AWS
# Beta-quality Landsat 8-oriented windowed pansharpener by Charlie Loyd | |
# python3 panchunk.py $SCENE/*B{4,3,2,8}.TIF ${SCENE}-pansharp.tif | |
# Then you may want something like this to brighten it up: | |
# convert -channel B -gamma 0.96 -channel RGB -sigmoidal-contrast 40,14% ${SCENE}-pansharp.tif ${SCENE}-pretty.tif | |
# But that will strip geo tags. | |
import asyncio | |
import rasterio as rio |
while read line: do echo $line < file.txt
Interviewer: What’s the secret? Is it timing, technique - what do you need to do to be a world class passer?
Wenger: First off, I would like to say that it’s the essence of our sport, because passing is experiencing — me giving away the ball to somebody else. So I love that because it’s the basic act of generosity, you know. Passing is being generous. And then, you have being generous in different ways. That means, you have that quality of the passing and the timing of the pass - you understand very well that if I give you the ball early you will have more time available to give the ball to somebody else. If I give you the ball a fraction of a second late, your opponent will have time to close you down and put you in trouble.
Then, I can give you as well, if I’m very intelligent, a pass that gives you already the best possible opportunity to see a solution and to give you a pass that makes the next solution available. Then I’m already in the second deg
- Who owns the Future - Jaron Lanier
- Capital in the Twenty-First Century - Thomas Piketty
- How we got to now, 6 inventions - S. Johnson
- Danubia - Simon Winder
- Stragic Storytelling - Dane McKinsey
- The Dazzle of the Day - Molly Glass
- The Shepards Life - James Rebanks
- Incognito - David Eagleman
- [A General Theory of Love](http://www.amazon.com/General-Theory-Love-Thomas-Lewis/dp/0375709223
- Who owns the Future - Jaron Lanier
- Capital in the Twenty-First Century - Thomas Piketty
- How we got to now, 6 inventions - S. Johnson
- Danubia - Simon Winder
- Stragic Storytelling - Dane McKinsey
- The Dazzle of the Day - Molly Glass
- The Shepards Life - James Rebanks
- Incognito - David Eagleman
- [A General Theory of Love](http://www.amazon.com/General-Theory-Love-Thomas-Lewis/dp/0375709223