SlideShare uma empresa Scribd logo
1 de 77
Baixar para ler offline
Flying Through the Clouds:
Piloting in the World of AWS
Presented by Eric Tendian
Eric Tendian

@EricTendian
/in/erictendian
ERIC@TENDIAN.IO
ABOUT ME
Chief Technology Officer for YSFlight Headquarters
Web Solutions Consultant for Tendian.io
Hacker, tinkerer, developer
AVIATION
YSFLIGHT HEADQUARTERS
YSFLIGHT HEADQUARTERS
Online community for flight
simulator pilots
Discussion forums
Based around the game YSFlight
YSFHQ.com
OUR PHILOSOPHY
Make the users work to get what they want
Bugs are fun!
Approach the cloud with caution
Windows Server FTW!
JUST KIDDING.
Our real philosophy:
Give the user the best experience, always
Pilots want fast & free
Fix, test, deploy
Use cloud whenever possible
What it really looks like
HOW DID WE ACCOMPLISH THIS?
AMAZON WEB SERVICES
http://www.youtube.com/watch?v=jOhbTAU4OPI
OUR SETUP
One EC2 micro instance
One RDS micro instance
Multiple S3 buckets
Cloudflare DNS
WHAT WE LEARNED
Start small
Make use of all AWS resources
Cloud is $$$ when managed poorly
Developers love AWS
HOW CAN I USE AWS?
Development machine(s)
Testing on the cloud
Side projects
Startups
Static website
EXCITED? LET’S GET STARTED.
Getting Started with AWS
Eric Tendian

Web Solutions Consultant, Tendian.io
Launching an
instance
Regions

Region
Regions

Region

US-WEST (N.
California)

EU-WEST (Ireland)
ASIA PAC
(Tokyo)

GOV CLOUD

US-EAST (Virginia)

US-WEST (Oregon)

ASIA PAC
(Singapore)
SOUTH AMERICA (Sao
Paulo)

ASIA PAC
(Sydney)
Launch Wizard

Wizard
Launch Wizard

Choose
operating
system
Launch

Launch!
Launch Confirmation
Public Address

Instance
DNS name
SSH

Instance
DNS name
SSH
EC2
Compute
Vertical Scaling
From $0.02/hr

Elastic Compute Cloud (EC2)
Basic unit of compute capacity
Range of CPU, memory & local disk options
18 Instance types available, from micro to cluster compute

Feature

Details

Flexible

Run Windows or Linux distributions

Scalable

Wide range of instance types from micro to cluster compute

Machine Images
Full control
Secure

Configurations can be saved as machine images (AMIs) from which new instances can be created
Full root or administrator rights
Full firewall control via Security Groups

Monitoring

Publishes metrics to Cloud Watch

Inexpensive

On-demand, Reserved and Spot instance types

VM Import/Export

Import and export VM images to transfer configurations in and out of EC2
EC2 instance types
High I/O 4XL 60.5 GB
35 EC2 Compute Units
16 virtual cores
2*1024 GB SSD-based local instance
storage

256

Memory (GB)

32

Cluster Compute 4XL 23 GB
33.5 EC2 Compute Units

Extra Large 15 GB
8 EC2 Compute
Units
4 virtual cores

16

2

Cluster Compute 8XL 60.5
GB
88 EC2 Compute Units

Hi-Mem 2XL 34.2 GB
13 EC2 Compute
Units
4 virtual cores
Hi-Mem XL 17.1 GB
6.5 EC2 Compute
Units
2 virtual cores

64

4

Hi-Mem Cluster Compute 8XL
244 GB
88 EC2 Compute Units
16 virtual cores
240 GB SSD

Hi-Mem 4XL 68.4 GB
26 EC2 Compute
Units
8 virtual cores

128

8

High Storage 8XL 117 GB
35 EC2 Compute Units,
24 * 2 TB ephemeral
drives
10 GB Ethernet

Medium 3.7 GB,
2 EC2 Compute
Units
1 virtual core

M3 XL 15 GB
13 EC2 Compute
Units 4 virtual
cores
EBS storage only
Large 7.5 GB
4 EC2 Compute
Units
2 virtual cores

Small 1.7 GB,
1 EC2 Compute
Unit
1 virtual core
Micro 613 MB
Up to 2 ECUs (for
short bursts)

1
1

2

4

8

High-CPU Med 1.7
GB
5 EC2 Compute
Units
2 virtual cores

16

32

M3 2XL 30 GB
26 EC2 Compute
Units 8 virtual
cores
EBS storage only

Cluster GPU 4XL 22 GB
33.5 EC2 Compute Units,
2 x NVIDIA Tesla “Fermi”
M2050 GPUs

High-CPU XL 7 GB
20 EC2 Compute
Units
8 virtual cores

64

EC2 Compute Units

128

256
EC2 instance types

Memory (GB)

Special
Storage

Light
Spiky

EC2 Compute Units
EC2 terminology

Instanc
e

AMI
EBS

Amazon Machine
Image

Running or
Stopped
machine

EBS

EBS

EBS

EBS

EBS

Availability Zone

AZ

EBS
Snapshots
S3

Region

S3 Buckets
More details!
Sign up

1

2

3

4

5

Sign up:
aws.amazon.com
Sign up

1

2

3

4

5
Sign up

1

2

3

4

5
Sign up

1

2

3

4

5

You will need
Credit card information – you won’t pay unless you use resources
A telephone – on which to receive an automated security call
Sign up

1

2

3

4

5

You will need
Credit card information – you won’t pay unless you use resources
A telephone – on which to receive an automated security call
Best practice
Setup billing alerts so you can be notified when levels of spend are
reached
If you have existing accounts, consider using consolidated billing to bring
them together under one payment
Sign up

1
Free tier

2

3

4

http://aws.amazon.com/free/

750 hours of Amazon EC2 Linux/RedHat/Suse Micro Instance usage
750 hours of Amazon EC2 Microsoft Windows Server Micro Instance usage
750 hours of an Elastic Load Balancer
30 GB of Amazon Elastic Block Storage
5 GB of Amazon S3 standard storage
100 MB of storage, 5 units of write capacity, and 10 units of read capacity for Amazon DynamoDB*
25 Amazon SimpleDB Machine Hours and 1 GB of Storage
1,000 Amazon SWF workflow executions*
1,000,000 Requests of Amazon Simple Queue Service*
1,000,000 Requests, 100,000 HTTP and 1,000 email notifications for Amazon Simple Notification Service*
10 Amazon CloudWatch metrics, 10 alarms, and 1,000,000 API requests*
15 GB of bandwidth out aggregated across all AWS services
750 hours of Amazon RDS for SQL Server Micro DB Instance usage
20 GB of RDS database storage
10 million RDS I/Os
20 GB of backup storage for your automated RDS database backups and any user-initiated DB Snapshots
20 minutes of SD transcoding or 10 minutes of HD transcoding in Amazon Elastic Transcoder*

5
Sign up

1

2

3

4

5
Sign up

Key pairs

1

2

3

4

5

Logging in to an
instance
Sign up

Key pairs

1

2

3

Instance key pairs
Standard SSH RSA Key pair
Public/Private Keys

4

5
Public Key

Inserted by Amazon into
each EC2 instance that
you launch

Public key provided by AWS to EC2
instance for secure, personalized, initial,
non-generic access
Supports NIST and other security standards
for providing non-default user access

EC2
Instance
Comms secured
with private key

Private Key
Downloaded and stored
by you
Sign up

Key pairs

1

2

3

Instance key pairs
Standard SSH RSA Key pair
Public/Private Keys

4

5
Public Key

Inserted by Amazon into
each EC2 instance that
you launch

Public key provided by AWS to EC2
instance for secure, personalized, initial,
non-generic access
Supports NIST and other security standards
for providing non-default user access

Private keys are not
stored by AWS

EC2
Instance
Comms secured
with private key

Private Key
Downloaded and stored
by you
Sign up

Key pairs

1

2

3

4

5

AWS generated keys
Select your region
Create keys
Give them a name
Private key is generated and downloaded by your browser immediately
Create 1 key pair for all resources or as many as you like (e.g 1 per server type)

Import your own keys
You supply only the public key to AWS
Sign up

Key pairs

1

2

3

4

5

1. Linux Launch (First Boot)
1. Instance initialization scripts insert public
key into ~/.ssh/authorized_keys
2. User connects with SSH using their Private
Key

ssh –I eu-west.pem
ec2-user@publicdns.amazonaws.com
Sign up

Key pairs

1

2

3

4

5

1. Linux Launch (First Boot)
1. Instance initialization scripts insert public
key into ~/.ssh/authorized_keys

ssh –I eu-west.pem
ec2-user@publicdns.amazonaws.com

2. User connects with SSH using their Private
Key

You can’t log into a Linux
instance without key
Sign up

Key pairs

1

2

3

4

5

1. Linux Launch (First Boot)
1. Instance initialization scripts insert public
key into ~/.ssh/authorized_keys

ssh –I eu-west.pem
ec2-user@publicdns.amazonaws.com

2. User connects with SSH using their Private
Key

Don’t lose it
Sign up

Key pairs

1

2

3

4

5

1. Windows Launch (First Boot Sequence)
2. Instance initialization scripts:
a) Creates a random Administrator password
b) Encrypts random password with Public Key
c) Reports encrypted password to Windows System Log
3. User retrieves the encrypted password and decrypts it with their Private Key (using
AWS Console or API Call)
Sign up

1

Choose key
pair when
launching
instance

Key pairs

2

3

4

5
Sign up

Key pairs

1

2

3

4

5

Keep
secure

Do not
share

Rotate

Need to
know
Sign up

Key pairs

1

2

3

4

5
Sign up

Key pairs

Access

1

2

3

4

5

Allowing access
to the instance
Sign up

Key pairs

Access

1

2

3

4

5

Let’s install something

sudo yum -y install httpd

Install apache web server

sudo chkconfig httpd on

Set it to run as a service

sudo /etc/init.d/httpd start

Start the web server
Sign up

Key pairs

Access

1

2

3

4

5

Security groups
Port 22
(SSH)
Port 80
(HTTP)

Security
Group

Name
Description
Protocol
Port range
IP Address, range, or another security group

EC2 Classic
Inbound only
instance

EC2 VPC (virtual private cloud)
Inbound and outbound

TCP UDP ICMP only
,
,
Assigned at launch
Modify anytime

Any protocol
Assigned at launch or when running
Modify anytime
Sign up

Key pairs

Access

1

2

3

4

5

Open our security group

Security
groups
Added port 80
to group
Sign up

Key pairs

Access

1

2

3

4

5

T it by hitting the public DNS name of
est
the instance
Sign up

Key pairs

Access

1

2

3

4

5
Sign up

Key pairs

Access

Image

1

2

3

4

Reuse your
instance!

5
Sign up

Key pairs

Access

Image

1

2

3

4

Makes a snapshot of the instance
Creates an image that is private to you

Saves time in deployments and system setup

5
Sign up

Key pairs

Access

Image

1

2

3

4

Create
image

5
Sign up

Key pairs

Access

Image

1

2

3

4

Name it
and
create

5
Sign up

Access

Image

1

Your
AMI

Key pairs

2

3

4

5
Sign up

Access

Image

1

…and
launch a
new
instance
from the
AMI

Key pairs

2

3

4

5
Sign up

Key pairs

Access

Image

1

2

3

4

5
Sign up

Key pairs

Access

Image

IAM users

1

2

3

4

5

Who can start
an instance?
Sign up

Key pairs

Access

Image

IAM users

1

2

3

4

5

Identity and Access Management:
Securely control access to AWS
services and resources for your
users
Sign up

Key pairs

Access

Image

IAM users

1

2

3

4

5

Account owner
Access to all subscribed services
Access to billing reports
Access to console, REST and SOAP APIs

IAM users/groups
Access to specific services
Access to console and/or REST APIs and/or SOAP APIs
Sign up

Key pairs

Access

Image

IAM users

1

2

3

4

5

Account owner
Access to all subscribed services
Access to billing reports
Access to console, REST and SOAP APIs

Master user
account – owns
payment method

Regular users
IAM users/groups
Access to specific services
Access to console and/or REST APIs and/or SOAP APIs
Sign up

Key pairs

Access

Image

IAM users

1

2

3

4

5

Account

Administrators

Developers

Applications

Jim

Brad

Reporting

Bob

Mark

Console

Susan

Tomcat

Kevin
Sign up

Key pairs

Access

Image

IAM users

1

2

3

4

5

Groups

Account

Administrators

Developers

Applications

Jim

Brad

Reporting

Bob

Mark

Console

Susan

Tomcat

Kevin
Multi-factor authentication
Sign up

Key pairs

Access

Image

IAM users

1

2

3

4

5
Roles

Account

Administrators

Developers

Applications

Jim

Brad

Reporting

Bob

Mark

Console

Susan

Tomcat

Kevin
AWS system entitlements
Sign up

Key pairs

Access

Image

IAM users

1

2

3

4

5

{
"Statement": [
{
"Effect": "Allow",
"Action": [
"elasticbeanstalk:*",
"ec2:*",
"elasticloadbalancing:*",
"autoscaling:*",
"cloudwatch:*",
"s3:*",
"sns:*"
],
"Resource": "*"
}
]

Policy driven
Declarative definition of
rights for groups
Policies control access to
AWS APIs

}
Sign up

Key pairs

Access

Image

IAM users

1

2

3

4

5
Next Steps
Auto Scaling
Automatic re-sizing of compute clusters
based upon demand

Elastic Load Balancing
Create highly scalable applications
Distribute load across EC2 instances in multiple
availability zones

Relational Database Service
Database-as-a-Service
No need to install or manage database instances
Scalable and fault tolerant configurations
Next Steps
aws.amazon.com
get started with the free tier
Thanks!
Q & A?
For more info, please visit:
http://engineering.ysfhq.com
http://aws.amazon.com/

Mais conteúdo relacionado

Último

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 

Último (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 

Destaque

PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
 

Destaque (20)

PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 

Flying Through the Clouds: Piloting in the World of AWS