SlideShare una empresa de Scribd logo
1 de 79
Descargar para leer sin conexión
AWS Fundamentals Basecamp
Larry Cusick, Solutions Architect
David Nettles, Solutions Architect
Agenda 8:30am – 9:00am: Check-in
9:00am – 12:00pm: AWS Basecamp
Basecamp Introduction
Introduction to Cloud Computing
AWS Services and Regions Overview
AWS Networking
VPC - Route 53
AWS Security Overview
AWS Compute
EC2 – ELB - ASG
AWS Storage
EBS - S3 - Glacier
AWS Databases
RDS – DynamoDB - Redshift
12:00pm – 1:00pm: Break & Lunch
1:00pm – 3:00pm: Hands-On Lab - Building AWS Infrastructure
2
Basecamp Introductions
Name:
Company:
Title/Work Area:
3
Introduction to Cloud
Computing
New IT Business Model
Cloud Computing
is first and foremost a
Business Model
5
Business	Reasons	for	Adopting	Cloud	Computing
GoodNot Good
Go	global	in	minutes
Remove	undifferentiated	
heavy	lifting
Stop	guessing	capacity
Increased	agility
Lower	variable	expense	than	they	
could	achieve	on	their	own
Move	from	capital	expense	to	
variable	expense$
6
Defining Cloud Computing
NIST defined a well accepted, industry
standard definition of Cloud Computing
url:		http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-145.pdf
Covers:
v 5 Key Characteristics of Cloud Computing
v 3 Service Model
v 4 Deployment Models
plus
v 5 Cloud Actors
v A Cloud Reference Architecture
v Shared Security model
7
What is Cloud Computing?
NIST 5 Key Characteristics
#1 On-demand self service
“as	easy	as	buying	candy	from	a	vending	machine”
#2	Broad	network	access
“access	it	anytime	from	anywhere”
#3	Resource	pooling
“you’re	not	the	only	user”
#4	Rapid	elasticity
“scale	up	and	scale	down	in	real-time”
#5	Measured	service
“pay	only	for	what	you	consume”
8
AWS Today - 2017
Public	cloud	market	share
Amazon	Web	Services:		 45%	
per	Synergy	Research	Group
AWS	generating	>	$12	billion	a	year.
9
“It is the overwhelming market share leader, with over 10 times more cloud IaaS compute
capacity in use than the aggregate total of the other 14 providers in this Magic Quadrant”
Gartner Report May, 2015.
AWS Services and
Regions Overview
The AWS
Platform
Account	Support
Support
Managed	
Services
Professional	
Services
Partner	
Ecosystem
Training	&	
Certification
Solution	
Architects
Account	
Management
Security	&	
Pricing	Reports
Technical	Acct.	
Management
Marketplace
Business	
Applications
DevOps	Tools
Business	
Intelligence
Security
Networking
Database	&	
Storage
SaaS	
Subscriptions
Operating	
Systems
Mobile
Build,	Test,	
Monitor	Apps
Push	
Notifications
Build,	Deploy,	
Manage	APIs
Device	Testing
Identity
Enterprise	
Applications
Document	
Sharing
Email	&	
Calendaring
Hosted	
Desktops
Application	
Streaming
Backup
Game	
Development
3D	Game	
Engine
Multi-player	
Backends
Mgmt.	Tools
Monitoring
Auditing
Service	Catalog
Server	
Management
Configuration	
Tracking
Optimization
Resource	
Templates
Automation
Analytics
Query	Large	
Data	Sets
Elasticsearch
Business	
Analytics
Hadoop/Spark
Real-time	Data	
Streaming
Orchestration	
Workflows
Managed	
Search
Managed	ETL
Artificial	
Intelligence
Voice	&	Text	
Chatbots
Machine	
Learning
Text-to-Speech
Image	Analysis
Deep	Learning
IoT
Rules	Engine
Local	Compute	
and	Sync
Device	
Shadows
Device	
Gateway
Registry
Hybrid
Devices	&	Edge	
Systems
Data	
Integration
Integrated	
Networking
Resource	
Management
VMware	on	
AWS
Identity	
Federation
Migration
Application	
Discovery
Application	
Migration
Database	
Migration
Server	
Migration
Data	Migration
Infrastructure Regions
Availability	
Zones
Points	of	
Presence
Compute Containers
Event-driven	
Computing
Virtual	
Machines
Simple	Servers Auto	Scaling Batch
Web	
Applications
Storage Object	Storage Archive Block	Storage
Managed	File	
Storage
Exabyte-scale	
Data	Transport
Database MariaDB
Data	
Warehousing
NoSQLAurora MySQL Oracle SQL	ServerPostgreSQL
Application
Services
Transcoding Step	Functions Messaging
Security
Certificate	
Management
Web	App.	
Firewall
Identity	&	
Access
Key	Storage	&	
Management
DDoS
Protection
Application	
Analysis
Active	
Directory
Dev	Tools
Private	Git
Repositories
Continuous	
Delivery
Build,	Test,	and	
Debug
Deployment
Networking
Isolated	
Resources
Dedicated	
Connections
Load	Balancing Scalable	DNSGlobal	CDN
11
AWS Services
12
Core Services
13
AWS Regions – Global Infrastructure
14
Regions and Availability Zones
§ Global	Resources
» IAM	Users
» Route	53	Records
§ Regional	Resources
» S3	Buckets
» VPCs
» ELB
» EIPs
§ AZ	Resources
» EBS	Volumes
» EC2	Instances
» RDS	Instances
» Subnets
» ENIs
15
AWS Networking
Overview
VPC - Virtual Private Cloud Overview
“Your	Virtual	Datacenter	in	
the	Cloud”
Essential	Components:
• Subnets
• Route	Tables
• Network	ACLs
• Security	Groups
• Internet	Gateways
• NAT	Gateways
• Virtual	Private	Gateways
17
VPC - Subnets
18
VPC – Network and Subnets
• Network	Topology
o Private	address	space
§ Any	range	is	valid,	but	we	suggest	a	non-routable	CIDR
§ Public	CIDR	ranges	are	only	reachable	via	a	Virtual	Private	Gateway
§ CIDR	ranges	can	be	as	large	as	a	/16	to	as	small	as	a	/28
• Subnets
o Public	subnets	have	a	0.0.0.0/0	route	to	the	Internet	Gateway	(IGW)
§ Instances	that	require	a	public	IP	need	to	reside	in	a	public	subnet
o Private	subnets	do	not	have	an	outbound	route	through	the	IGW
§ NAT	instances	are	commonly	used	as	an	outbound	gateway	for	private	instances
o Subnets	cannot	span	AZ’s,	but	can	share	routing	tables,	which	provides	similar	functionality.
19
VPC – Route Tables
• Route	Tables
o Can	be	applied	to	multiple	subnets
o Typical	routing	entries
§ 10.0.0.0/16	=	Local
§ 0.0.0.0/0	=	Internet	Gateway	
(Public	Subnet)
§ -or-
§ 0.0.0.0/0	=	eni-12345678	(Private	
Subnet)
20
VPC – Bringing it Together
21
VPC – On-Premises Connection
22
Route53 - Basic Feature Set
• Zone	Creation
• Zone	Import
o Import	your	zone	file	from	a	previous	provider
o Delegate	this	zone	to	the	AWS	name	servers
• Record	Types
o A
o CNAME
o TXT,MX
o Alias
o S3	buckets	and	ELBs	can	be	an	alias	target,	allows	zone	apex	magic
23
Route53 - Advanced Feature Set
• Weighted	Resource	Record	Sets
• Health	Checks
• Global	Load	Balancer
– Using	weighted	record	sets,	you	can	create	a	pool	of	
endpoints	from	which	to	balance	traffic
– Enabling	a	health-check	on	this	pool	allows	for	a	DNS	based	
load	balancer	which	can	be	applied	to	any	resource	(AWS	
or	non-AWS)
• Latency	Resource	Record	Sets
• Geolocation	Resource	Record	Sets
24
Route53 – Global Failover
• Global	Failover	Pattern
• Uses	R53	Health	Checks
Route 53
Virginia	Region
myapp.example.com
Ireland	Region
25
AWS Security
Overview
AWS Foundation Services
Compute Storage Database Networking
AWS Global
Infrastructure Regions
Availability Zones
Edge
Locations
Client-side Data
Encryption
Server-side Data
Encryption
Network Traffic
Protection
Platform, Applications, Identity & Access Management
Operating System, Network & Firewall Configuration
Customer content
Customers
Customers	are	
responsible	for	
their	security	IN
the	Cloud
AWS	is	responsible	
for	the	security	OF
the	Cloud
Security	and	Compliance	– Shared	Security	Model
Shared Responsibility Model is not Static
• Can shift or differ based on technology, business purpose,
architecture
Infrastructure	Services Container	Services Abstracted	Services
Network ACLs
Behavior:
• Allow/Deny	traffic	at	the	subnet	level
• Stateless
• Default	is	Allow	All
Pro – further	defines	permissible	traffic
Con	– adds	complexity	and	can	
complicate	troubleshooting
29
Security Group Behavior
• Work	at	instance	level
• Stateful
• Deny	by	default
• IP	Whitelisting	(CIDR)
• Allow	port	and	protocol
– Can	allow	TCP,	UDP,	ICMP	or	a	
combination	of	all	three
• SG	Trust	Relationships
– Scoped	to	the	VPC
30
Client	Ingress
SSH	and	RDP	Ingress
Platform	Server	Ingress
Platform	Server	Egress
Database	Access
SID App
APP
SID_App_Ingress
SID Database
SID View
VIEW
SID_Admin_Ingress
Protocol Port	Range Source
TCP 22 10.99.101.0/24
TCP 3389 10.99.101.0/24
SID_App_Egress
Protocol Port	Range Destination
TCP 443 10.87.14.29/32
TCP 3306 10.24.3.102/32
SID_DB_Ingress
Protocol Port	Range Source
TCP 3306 SID_APP_SG
SID_View_Ingress
Protocol Port	Range Source
TCP 80 10.12.0.0/16
TCP 80 10.45.2.0/24
TCP 80 10.62.31.0/24
View	Firewall	Policies
SID_View_Ingress
SID_Admin_Ingress
App	Firewall	Policies
SID_App_Ingress
SID_Admin_Ingress
SID_App_Egress
Database	Firewall	Policies
SID_DB_Ingress
Protocol Port	Range Source
TCP 80 10.241.25.0/24
TCP 443 10.241.25.0/24
TCP 8080 SID_VIEW_SG
Security Group/Firewall Rules
31
CloudTrail
• Record	of	API	requests	and	response	elements
• who did	what and	when,	from	where
• Identity
• Time
• Source
• Parameters
• Response
AWS	Compliance
Certificates Programs
Identity & Access
Management
IAM Terms
• User: an entity that you create in AWS to represent the person
or service that uses it to interact with AWS
• Groups: lets you assign permissions to a collection of users
• Roles: delegate access to users or services that normally
don't have access to your organization's AWS resources
• Policy: Permissions granted to a users, groups and roles
• Instance Profile: a container for an IAM role that you can use
to pass role information to an EC2 instance when the
instance starts
IAM Users
o Identity	and	Access	Management
o Create	Users	and	Groups
o Establish	Trust	Relationships
o Govern	Access	via	Policy	Documents
36
Amazon
S3
Amazon
DynamoDB
Role:	Allow	Amazon	S3	
access	but	nothing	else
Amazon EC2 Instance
IAM	- Instance	Profiles
37
Policies
38
• Actions: what actions you will allow.
Each AWS service has its own set of
actions.
• Resources: which resources you allow
the action on.
• Effect: what the effect will be when the
user requests access—either allow or
deny.
IAM – AWS Master Account
AWS	Account
§ Master/Root	Account	Permissions
§ Allow	by	default
§ MFA
Always	treat	the	master	account	
credentials	as	if	they	could	launch	an	
ICBM!
39
AWS Directory
Service
Directory Service - Overview
Three		types	of	directory	services:	
o Microsoft		AD	(Enterprise	Edition)
o A	managed	Microsoft	Active	Directory	service	running	on	Windows	Server	2012	R2
o Highly	availability	(multi-AZ),	patched,	and	monitored
o Automatic	daily	backups	(encrypted)
o Can	support	up	to	50,000	users
o Fully	functional	MS	AD
o Simple	AD
o Powered	by	Samba	4	Active	Directory
o Users	and	Groups	can	be	created	directly	in	the	AWS	console
o Windows	servers	can	auto-join	this	domain	as	they	would	in	an	AD	environment
o Can	support	5,000	users
o AD	Connector
o Connect	your	on-prem AD	to	your	AWS	account
o Associate	AD	users/groups	with	IAM	users/groups
o Windows	servers	can	auto-join	this	domain	as	they	would	in	an	AD	environment
o Manage	the	AWS	console	using	your	AD	credentials
41
Directory Service – AD Connector
• Active	Directory	Connector	instances	
are	launched	into	your	VPC
• AD	Connectors	communicate	with	on-
prem AD	servers
• AD	credentials	are	no	longer	
necessary	when	joining	instances	to	a	
domain	(Auto-Join)
42
AWS Compute
Overview
EC2 – Elastic Cloud Compute
§AMI
• Instances	are	based	on	an	Amazon	Machine	
Image
• You	can	create	new	AMIs	from	a	running	
instance
• AMIs	are	stored	in	S3	for	11	9’s	of	durability
• AMIs	are	unique	to	each	region
44
EC2 - Instance Types
Choosing	the	correct	instance	type	for	the	required	workload
o T2	for	light	weight	general	purpose	– but	with	burstable	performance	
o M4	for	general	purpose
o R3,	X1	for	memory	and	database	heavy	applications
o C3,	C4	for	compute	heavy	applications
o G2,	P2	for	GPU	intensive	applications
o I2,	D2	for	storage	heavy	applications	(random)
o HS1	for	storage	heavy	applications	(sequential)
Example	of	M3	family	of	instance	type
45
EC2 - Running Instances
Running	instances
•Instances	are	launched	into	an	existing	VPC	subnet
•CloudWatch	monitoring	is	enabled	by	default
o CPU	Utilization,	Network	I/O	are	the	primary	data	points	of	interest
o Memory	and	Disk	require	an	additional	script	that	will	post	a	to	a	custom	
CloudWatch	metric
•Status	checks
o OS	check
o Network	reachability	check
46
EC2 – Instance Recovery
• CloudWatch	monitors	instance	
• Automatically	recovers	if	it	becomes	impaired
– underlying	hardware	failure	
– problem	that	requires	AWS	involvement	to	repair
• During	instance	recovery,	the	instance	is	migrated	during	
an	instance	reboot,	and	any	data	that	is	in-memory	is	lost
47
EC2 - Monitoring
48
EC2 - Bootstrapping
§ User	Data
• Provides	a	hook	to	inject	scripting	into	any	standard	instance	you	decide	
to	launch
o These	include	the	Amazon	Linux,	Windows	and	Ubuntu	AMIs
o User	Data	can	only	be	modified	while	the	instance	is	stopped
• Suggested	patterns
o Install	security	updates
§ yum	update	-y
o Install	middleware
§ yum	install	-y	httpd
§ chkconfig httpd on
o Download	and	execute	a	remote	script
§ Assign	an	IAM	Profile	to	the	EC2	instance
§ Aws s3	cp s3://mybucket/myscript.sh	/tmp/myscript.sh
§ ./tmp/myscript.sh
49
EC2 - Pricing
1	>	On	Demand	Instance
• This	is	the	most	common	and	flexible	pricing	option
• Pay	only	for	what	you	use
• Stopped	instances	will	not	accrue	hourly	compute	costs
• Pay	by	the	instance	hour
2	>	Reserved	Instance	(RI)
• 1	or	3	year	commitment
• Pay	for	EC2	hourly	at	reduced	rates	(from		On	Demand	rates)
• Payment	Options
• No	Upfront	payment:	no	CapEx,	lower	hourly	rate	than	On	Demand
• Partial	Upfront	payment:	some	CapEx,	lower	hourly	rate	than	No	Upfront
• All	Upfront	payment:	larger	Capex,	lowest	hourly	rate	possible
50
EC2 - Pricing
3	>	Spot
• Useful	for	“worker	pool”	
scenarios
oTranscode,	map	reduce	
task	nodes
• Can	be	lost	as	soon	as	
someone	is	willing	to	pay	
more	for	that	instance
51
AWS Elastic
Load Balancing
ELB - Elastic Load Balancer
§ Public	Side
• Consists	of	an	endpoint	which	is	the	equivalent	to	a	
traditional	VIP
• Does	not	use	a	static	IPv4,	but	rather	an	Alias/CNAME
• The	endpoint	will	not	always	resolve	to	the	same	IP
§ Private	Side
• Minimum	of	one	virtual	ELB	node	per	AZ
§ Certificate	Termination
• Only	one	SSL	certificate	per	ELB
• Multi-Domain	certificates	are	valid
53
ELB – Spans Multiple Availability Zones
54
§ Auto	Scaling	Key	Features
• Adds	or	removes	servers	based	on	load
• Self-healing	pool	of	resources
• Every	instance	is	based	on	a	“gold”	master	image
Auto Scaling - Overview
55
§ Auto	scaling	group
• Instance	location
o Subnet
o Load	Balancer
• Number	of	instances
o Min
o Max
o Desired
§ Launch	config
• Instance	details
o Size
o PEM	key
o IAM	Profile
o Security	Group(s)
o User	data
Auto Scaling - Components
56
Auto Scaling - Multi-AZ
§ Multi-AZ	Auto	Scaling
• Highly	Available
• Production	Standard
• Spans	Datacenters
57
Auto Scaling - CloudWatch
CloudWatch	is	the	final	piece	of	the	auto	scaling	puzzle.		You	can	create	alarms	
based	on	instance	metrics	which	trigger	auto	scaling	actions.
Scaling	policies
Scale	up	alarm
• Execute	policy	when:	CPU	is	greater	than	60%
• Take	the	action:	Add	2	instances
• And	then	wait:	10	minutes
Scale	down	alarm
• Execute	policy	when:	CPU	is	less	than	20%
• Take	the	action:	Remove	2	instances
• And	then	wait:	10	minutes
58
AWS Storage
Overview
Traditional Platform - Storage Architecture
In	the	old	days…
• Hardware	acquisition	and	datacenter	space	required	
advanced	planning
• Disk	space	and	I/O	allocation	juggling	for	the	entire	
application	lifecycle
• Volume	and	file	redundancy	not	built-in	
• Capital	commitment	and	refresh	budget	
considerations	
/root C:
/swap
Pagefile
Temp	Dir
/app
/data
Program
Files
Data
Server	Head
NAS	or	Fileserver
/DirShare 01/
File01
File02
/DirShare 02/
File01
Tape	Library
ArchiveVol 02
ArchiveVol 01
SMB	/	CIFS
Platform	Monitoring	Tools
60
AWS Instance Volumes and Data Storage
The	new	[improved]	way	of	doing	things…
• Elastic	pay-as-you-go	model
• Redundancy	and	snapshot	utilities	built-in
• New	APIs	and	tools	simplify	application	development,	
administration	and	data	lifecycle	management
61
Storage Services
• EBS	– Elastic	Block	Store (not	actually	a	”service”)
• S3	– Simple	Storage	Service (object	storage)
• Standard	
• Standard	I/A	– Infrequent	Access
• Reduced	Redundancy	Storage	(RRS) – 4	9’s	of	durability	(1	facility)
• Glacier	– Archival/Long-term
• Expedited – 1-5	minutes
• Standard – 3-5	hours
• Bulk – 5-12	hours
• EFS – Elastic	File	System	
• AWS	Storage	Gateway
• Gateway-cached	volumes – store	primary	data	in	AWS	and	cache	most	recently	used	data	locally
• Gateway-stored	volumes – store	entire	dataset	onsite	and	asynchronously	replicate	data	back	to	S3
• Gateway-virtual	tape	library – store	your	virtual	tapes	in	either	S3	or	Glacier
62
Ephemeral Drives (EC2 Instance Store) Overview
Block	device	attached	to	the	host	machine	
• Available	to	server	instance	
• May	be	mounted	and	used	for	temporary storage
• No	additional	usage	charges	for	disk	space	or	I/O
Not	redundant:	no	built-in	RAID	or	snapshot	function
Data	loss	will	result	if	any	of	the	following	occur:
• Host	server	or	instance	crash
• Instance	termination
• Disk	failure
/root C:
/swap
Pagefile
Temp	Dir
/app
/data
Program
Files
Data
Server	Virtual	Head
63
EBS - Elastic Block Store
Block	storage	ideal	for	creating	versatile	OS	volumes	
• Define	type,	size	and	optionally	I/O	capacities	[within	service	limits]
• Magnetic,	SSD	and	Provisioned	IOPS
• Mount	to	a	single	instance,	similar	to	local	drive	
• Simplified	Encryption	options
Persistent	and	durable
• Redundant	copies	stored	in	single	AZ
• Not	permanently	bound	to	a	server	instance	and	will	survive	server	crash	or	shutdown
Snapshot	capabilities	for	point-in-time	backups
• Resizing	and	duplicating	volumes
• Moving	across	AZs;	Exporting	across	Regions
Performance	metrics	available	through	CloudWatch
64
S3 - Simple Storage Service
Object	storage	container	with	virtually	unlimited	capacity
• Store	files	(objects)	in	containers	(buckets)
• Redundant	copies	for	high	durability	and	reliability
• Available	on	the	internet	via	REST	requests	directly	or	through	SDK
• Multiple	strategies	to	secure	contents
• Set	permissions,	access	policies	and	optionally	require	MFA
• Encryption:	Server	(simplified)	or	Client-side
• Audit	logging	(optional)	will	record	all	access	requests	via	APIs
• Built-in	tools	for	managing	versioning,	object	lifecycle	and	creating	static	websites
• Provides	99.999999999%	durability	(11	‘9s’)
• Provides	99.99%	availability
/mybucket01/
File01
File02
/mybucket02/
File01
Http	/	Https
Amazon	S3
65
Amazon Glacier - Overview
Storage	service	optimized	for	reliable	and	low	cost	storage	of	archive	data
• Data	objects	are	securely	archived,	however	not	immediately	accessible
• Create	vaults	(containers)	to	hold	archives	(any	file	based	object)
• Upload	archives	programmatically
• Submit	requests	to	retrieve	archives.		Available	in	about	4	hours
• Cost	is	approximately	$.01/GB/Month	plus	modest	API	and	retrieval	charges	[if	
applicable]
66
EFS – Elastic File System
Fully	managed	file	server	storage
• Uses	NFS	(v4.1)	protocol
• Linux	server	only,	Windows	support	planned	for	future	release
• Can	be	mounted	by	1,000s	of	EC2s
• Can	be	accessed	from	on-prem Data	Center	if	using	Direct	Connect
• Highly	available,	redundant	across	multiple	AZs
67
EFS – Comparing EFS and EBS
68
AWS Database
Overview
AWS Database Services
70
Workload Driven Data Store Selection
71
RDS - Relational Database Service
Fully	managed	relational	database	service	with	the	following	key	advantages:
• Amazon	manages	resource	redundancy,	software	patching,	backups,	failure	
detection	and	recovery
• Ability	to	configure	specific	resources	to	cost-effectively	scale	your	application
• Pay-as-you-go	model	offering	included	license	or	license	portability	[see	fine	print	
to	ensure	license	compliance]
• Streamlined	management	options	to	easily	configure	highly	available	topologies,	
create	database	snapshots	and	deploy	test	instances
72
RDS - Relational Database Service
v 6 Platforms
1. Oracle
2. MS SQL
3. MySQL
4. PostgreSQL
5. MariaDB
6. Amazon Aurora
v Fully managed
v Zero admin
73
AWS Aurora
Fully managed relational database engine that combines the speed and
availability of high-end commercial databases with the simplicity and cost
effectiveness of open source databases.
Key features:
o Architected for 99.99% availability
o Automatic failover < 30s (Possible Oracle RAC solution)
o Enterprise performance (5x) at 1/10 the cost
o Compatible with MySQL and PostgreSQL
o Automatically grows storage as needed, up to 64 TB
o Easy migration from MySQL
o Up to 15 Aurora Replicas in a region
o Cross-region replication
o Encryption in-transit and at rest
o Continuous backup to S3 (11 9’s data durability)
o Fully managed
74
DynamoDB
Fully	managed	NoSQL	database	service	offering	the	following	key	advantages:
• Seamless	and	virtually	unlimited	scalability	conveniently	managed	
automatically	by	Amazon
• Ability	to	define	specific	resource	allocation	limits	to	ensure	predictable	
performance	while	containing	costs
• Easy	administration	and	well-supported	development	model
• Integration	with	other	core	Amazon	data	services	(for	example	Redshift	and	
EMR)
75
Redshift
Fully	managed	Enterprise-class	data	warehouse	service	offering	the	following	
advantages:
• High	performance,	massively	parallel	columnar	storage	architecture	providing	
streamlined	scalability
• Mainstream	SQL	query	syntax	allowing	for	rapid	platform	adoption
• Flexible	node	type	and	RI	options	allowing	for	workload	alignment	and	cost	
efficiency	
• Massively	scalable	160	GB	->	1.6	PB
76
Database Migration Service (DMS)
• AWS	Database	Migration	Service	helps	you	migrate	databases	to	AWS	
easily	and	securely.	
• The	source	database	remains	fully	operational	during	the	migration,	
minimizing	downtime	to	applications	that	rely	on	the	database.	
• Homogenous	(Oracle	to	Oracle)	&	heterogeneous	migrations	(ie Oracle	
to	Aurora,	or	Microsoft	SQL	Server	to	MySQL)	using	Schema	Conversion	
Tool
• Can	also	be	used	for	continuous	data	replication	with	high-availability
77
78
General	Information
1-888-317-7920
info@2ndwatch.com
www.2ndwatch.com
Contact	Us
Larry	Cusick
Solutions	Architect
lcusick@2ndwatch.com
Locations
BOSTON
SEATTLE
NEW	YORK
VIRGINIA
ATLANTA
PHILADELPHIA
DALLAS
LIBERTY	LAKE
LOS	ANGELES
CHICAGO
Jane	McDowall
Regional	Territory	Manager
jmcdowall@2ndwatch.com
David	Nettles
Solutions	Architect
dnettles@2ndwatch.com
Thank You | Questions?

Más contenido relacionado

La actualidad más candente

AWS re:Invent 2016: NextGen Networking: New Capabilities for Amazon’s Virtual...
AWS re:Invent 2016: NextGen Networking: New Capabilities for Amazon’s Virtual...AWS re:Invent 2016: NextGen Networking: New Capabilities for Amazon’s Virtual...
AWS re:Invent 2016: NextGen Networking: New Capabilities for Amazon’s Virtual...Amazon Web Services
 
Compliance in the Cloud Using Security by Design
Compliance in the Cloud Using Security by DesignCompliance in the Cloud Using Security by Design
Compliance in the Cloud Using Security by DesignAmazon Web Services
 
Five Steps to Creating a Secure Hybrid Cloud Architecture
Five Steps to Creating a Secure Hybrid Cloud ArchitectureFive Steps to Creating a Secure Hybrid Cloud Architecture
Five Steps to Creating a Secure Hybrid Cloud ArchitectureAmazon Web Services
 
AWS re:Invent 2016: Advanced Tips for Amazon EC2 Networking and High Availabi...
AWS re:Invent 2016: Advanced Tips for Amazon EC2 Networking and High Availabi...AWS re:Invent 2016: Advanced Tips for Amazon EC2 Networking and High Availabi...
AWS re:Invent 2016: Advanced Tips for Amazon EC2 Networking and High Availabi...Amazon Web Services
 
AWS re:Invent 2016: Reinventing Disaster Recovery Leveraging AWS Cloud Infras...
AWS re:Invent 2016: Reinventing Disaster Recovery Leveraging AWS Cloud Infras...AWS re:Invent 2016: Reinventing Disaster Recovery Leveraging AWS Cloud Infras...
AWS re:Invent 2016: Reinventing Disaster Recovery Leveraging AWS Cloud Infras...Amazon Web Services
 
What's New with Amazon DynamoDB - SRV311 - Atlanta AWS Summit
What's New with Amazon DynamoDB - SRV311 - Atlanta AWS SummitWhat's New with Amazon DynamoDB - SRV311 - Atlanta AWS Summit
What's New with Amazon DynamoDB - SRV311 - Atlanta AWS SummitAmazon Web Services
 
Backup on the cloud 10.1.13
Backup on the cloud 10.1.13Backup on the cloud 10.1.13
Backup on the cloud 10.1.132nd Watch
 
What's New with Amazon DynamoDB - SRV311 - Chicago AWS Summit
What's New with Amazon DynamoDB - SRV311 - Chicago AWS SummitWhat's New with Amazon DynamoDB - SRV311 - Chicago AWS Summit
What's New with Amazon DynamoDB - SRV311 - Chicago AWS SummitAmazon Web Services
 
Moving Enterprise Windows Workloads to AWS
Moving Enterprise Windows Workloads to AWSMoving Enterprise Windows Workloads to AWS
Moving Enterprise Windows Workloads to AWSAmazon Web Services
 
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity OptionsCreating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity OptionsAmazon Web Services
 
(NET302) Delivering a DBaaS Using Advanced AWS Networking
(NET302) Delivering a DBaaS Using Advanced AWS Networking(NET302) Delivering a DBaaS Using Advanced AWS Networking
(NET302) Delivering a DBaaS Using Advanced AWS NetworkingAmazon Web Services
 
Cloud-Native DevOps: Simplifying application lifecycle management with AWS | ...
Cloud-Native DevOps: Simplifying application lifecycle management with AWS | ...Cloud-Native DevOps: Simplifying application lifecycle management with AWS | ...
Cloud-Native DevOps: Simplifying application lifecycle management with AWS | ...Amazon Web Services
 
AWS re:Invent 2016: How to Migrate Microsoft Windows Applications to AWS Quic...
AWS re:Invent 2016: How to Migrate Microsoft Windows Applications to AWS Quic...AWS re:Invent 2016: How to Migrate Microsoft Windows Applications to AWS Quic...
AWS re:Invent 2016: How to Migrate Microsoft Windows Applications to AWS Quic...Amazon Web Services
 
Cloud Architecture: Patterns and Best Practices
Cloud Architecture: Patterns and Best PracticesCloud Architecture: Patterns and Best Practices
Cloud Architecture: Patterns and Best PracticesSascha Möllering
 
Real-time Data Processing Using AWS Lambda
Real-time Data Processing Using AWS LambdaReal-time Data Processing Using AWS Lambda
Real-time Data Processing Using AWS LambdaAmazon Web Services
 
The Enterprise Grade SQL Server Deployments in AWS
The Enterprise Grade SQL Server Deployments in AWSThe Enterprise Grade SQL Server Deployments in AWS
The Enterprise Grade SQL Server Deployments in AWSAmazon Web Services
 
Cloud Architecture best practices
Cloud Architecture best practicesCloud Architecture best practices
Cloud Architecture best practicesOmid Vahdaty
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon RedshiftAmazon Web Services
 

La actualidad más candente (20)

AWS re:Invent 2016: NextGen Networking: New Capabilities for Amazon’s Virtual...
AWS re:Invent 2016: NextGen Networking: New Capabilities for Amazon’s Virtual...AWS re:Invent 2016: NextGen Networking: New Capabilities for Amazon’s Virtual...
AWS re:Invent 2016: NextGen Networking: New Capabilities for Amazon’s Virtual...
 
Compliance in the Cloud Using Security by Design
Compliance in the Cloud Using Security by DesignCompliance in the Cloud Using Security by Design
Compliance in the Cloud Using Security by Design
 
Five Steps to Creating a Secure Hybrid Cloud Architecture
Five Steps to Creating a Secure Hybrid Cloud ArchitectureFive Steps to Creating a Secure Hybrid Cloud Architecture
Five Steps to Creating a Secure Hybrid Cloud Architecture
 
AWS re:Invent 2016: Advanced Tips for Amazon EC2 Networking and High Availabi...
AWS re:Invent 2016: Advanced Tips for Amazon EC2 Networking and High Availabi...AWS re:Invent 2016: Advanced Tips for Amazon EC2 Networking and High Availabi...
AWS re:Invent 2016: Advanced Tips for Amazon EC2 Networking and High Availabi...
 
AWS re:Invent 2016: Reinventing Disaster Recovery Leveraging AWS Cloud Infras...
AWS re:Invent 2016: Reinventing Disaster Recovery Leveraging AWS Cloud Infras...AWS re:Invent 2016: Reinventing Disaster Recovery Leveraging AWS Cloud Infras...
AWS re:Invent 2016: Reinventing Disaster Recovery Leveraging AWS Cloud Infras...
 
Deep Dive Amazon EC2
Deep Dive Amazon EC2Deep Dive Amazon EC2
Deep Dive Amazon EC2
 
What's New with Amazon DynamoDB - SRV311 - Atlanta AWS Summit
What's New with Amazon DynamoDB - SRV311 - Atlanta AWS SummitWhat's New with Amazon DynamoDB - SRV311 - Atlanta AWS Summit
What's New with Amazon DynamoDB - SRV311 - Atlanta AWS Summit
 
Backup on the cloud 10.1.13
Backup on the cloud 10.1.13Backup on the cloud 10.1.13
Backup on the cloud 10.1.13
 
What's New with Amazon DynamoDB - SRV311 - Chicago AWS Summit
What's New with Amazon DynamoDB - SRV311 - Chicago AWS SummitWhat's New with Amazon DynamoDB - SRV311 - Chicago AWS Summit
What's New with Amazon DynamoDB - SRV311 - Chicago AWS Summit
 
Moving Enterprise Windows Workloads to AWS
Moving Enterprise Windows Workloads to AWSMoving Enterprise Windows Workloads to AWS
Moving Enterprise Windows Workloads to AWS
 
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity OptionsCreating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
 
(NET302) Delivering a DBaaS Using Advanced AWS Networking
(NET302) Delivering a DBaaS Using Advanced AWS Networking(NET302) Delivering a DBaaS Using Advanced AWS Networking
(NET302) Delivering a DBaaS Using Advanced AWS Networking
 
Cloud-Native DevOps: Simplifying application lifecycle management with AWS | ...
Cloud-Native DevOps: Simplifying application lifecycle management with AWS | ...Cloud-Native DevOps: Simplifying application lifecycle management with AWS | ...
Cloud-Native DevOps: Simplifying application lifecycle management with AWS | ...
 
AWS re:Invent 2016: How to Migrate Microsoft Windows Applications to AWS Quic...
AWS re:Invent 2016: How to Migrate Microsoft Windows Applications to AWS Quic...AWS re:Invent 2016: How to Migrate Microsoft Windows Applications to AWS Quic...
AWS re:Invent 2016: How to Migrate Microsoft Windows Applications to AWS Quic...
 
Cloud Architecture: Patterns and Best Practices
Cloud Architecture: Patterns and Best PracticesCloud Architecture: Patterns and Best Practices
Cloud Architecture: Patterns and Best Practices
 
Real-time Data Processing Using AWS Lambda
Real-time Data Processing Using AWS LambdaReal-time Data Processing Using AWS Lambda
Real-time Data Processing Using AWS Lambda
 
The Enterprise Grade SQL Server Deployments in AWS
The Enterprise Grade SQL Server Deployments in AWSThe Enterprise Grade SQL Server Deployments in AWS
The Enterprise Grade SQL Server Deployments in AWS
 
Cloud Architecture best practices
Cloud Architecture best practicesCloud Architecture best practices
Cloud Architecture best practices
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon Redshift
 

Similar a AWS Architecture Fundamentals - Denver

XCloudLabs- AWS Overview
XCloudLabs- AWS Overview XCloudLabs- AWS Overview
XCloudLabs- AWS Overview sangam biradar
 
AWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWS
AWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWSAWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWS
AWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWSAmazon Web Services
 
AWS Canberra WWPS Summit 2013 - AWS Governance and Security Overview
AWS Canberra WWPS Summit 2013 - AWS Governance and Security OverviewAWS Canberra WWPS Summit 2013 - AWS Governance and Security Overview
AWS Canberra WWPS Summit 2013 - AWS Governance and Security OverviewAmazon Web Services
 
Introduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 NetworksIntroduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 Networksi2k2 Networks (P) Ltd.
 
Introduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 NetworksIntroduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 Networksi2k2 Networks (P) Ltd.
 
Being Well Architected in the Cloud
Being Well Architected in the CloudBeing Well Architected in the Cloud
Being Well Architected in the CloudAdrian Hornsby
 
re:Invent recap session 2: Being well Architected in the cloud
re:Invent recap session 2: Being well Architected in the cloudre:Invent recap session 2: Being well Architected in the cloud
re:Invent recap session 2: Being well Architected in the cloudAmazon Web Services
 
Enterprise Service Delivery from the AWS Cloud (ARC208) | AWS re:Invent 2013
Enterprise Service Delivery from the AWS Cloud (ARC208) | AWS re:Invent 2013Enterprise Service Delivery from the AWS Cloud (ARC208) | AWS re:Invent 2013
Enterprise Service Delivery from the AWS Cloud (ARC208) | AWS re:Invent 2013Amazon Web Services
 
Introduction to AWS
Introduction to AWSIntroduction to AWS
Introduction to AWSOSSCube
 
AWS Public Sector Symposium 2014 Canberra | Compliance and Governance on the ...
AWS Public Sector Symposium 2014 Canberra | Compliance and Governance on the ...AWS Public Sector Symposium 2014 Canberra | Compliance and Governance on the ...
AWS Public Sector Symposium 2014 Canberra | Compliance and Governance on the ...Amazon Web Services
 
AWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWS
AWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWSAWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWS
AWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWSAmazon Web Services
 
Simplifier le deploiement d'applications dans le nuage hybride
Simplifier le deploiement d'applications dans le nuage hybrideSimplifier le deploiement d'applications dans le nuage hybride
Simplifier le deploiement d'applications dans le nuage hybrideCisco Canada
 
Migrating Enterprise Applications to AWS
Migrating Enterprise Applications to AWSMigrating Enterprise Applications to AWS
Migrating Enterprise Applications to AWSTom Laszewski
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computingiasaglobal
 
Cloud Overview
Cloud OverviewCloud Overview
Cloud Overviewiasaglobal
 
AWS를 활용한 금융권 hybrid cloud 구축하기 :: Felix Candelario :: AWS ...
AWS를 활용한 금융권 hybrid cloud 구축하기 :: Felix Candelario :: AWS ...AWS를 활용한 금융권 hybrid cloud 구축하기 :: Felix Candelario :: AWS ...
AWS를 활용한 금융권 hybrid cloud 구축하기 :: Felix Candelario :: AWS ...Amazon Web Services Korea
 
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloud
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloudA1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloud
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloudDr. Wilfred Lin (Ph.D.)
 

Similar a AWS Architecture Fundamentals - Denver (20)

XCloudLabs- AWS Overview
XCloudLabs- AWS Overview XCloudLabs- AWS Overview
XCloudLabs- AWS Overview
 
AWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWS
AWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWSAWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWS
AWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWS
 
AWS Canberra WWPS Summit 2013 - AWS Governance and Security Overview
AWS Canberra WWPS Summit 2013 - AWS Governance and Security OverviewAWS Canberra WWPS Summit 2013 - AWS Governance and Security Overview
AWS Canberra WWPS Summit 2013 - AWS Governance and Security Overview
 
Introduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 NetworksIntroduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 Networks
 
Introduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 NetworksIntroduction to Amazon Web Services by i2k2 Networks
Introduction to Amazon Web Services by i2k2 Networks
 
Being Well Architected in the Cloud
Being Well Architected in the CloudBeing Well Architected in the Cloud
Being Well Architected in the Cloud
 
re:Invent recap session 2: Being well Architected in the cloud
re:Invent recap session 2: Being well Architected in the cloudre:Invent recap session 2: Being well Architected in the cloud
re:Invent recap session 2: Being well Architected in the cloud
 
Application Migrations at Scale
Application Migrations at ScaleApplication Migrations at Scale
Application Migrations at Scale
 
Enterprise Service Delivery from the AWS Cloud (ARC208) | AWS re:Invent 2013
Enterprise Service Delivery from the AWS Cloud (ARC208) | AWS re:Invent 2013Enterprise Service Delivery from the AWS Cloud (ARC208) | AWS re:Invent 2013
Enterprise Service Delivery from the AWS Cloud (ARC208) | AWS re:Invent 2013
 
Introduction to AWS
Introduction to AWSIntroduction to AWS
Introduction to AWS
 
AWS Public Sector Symposium 2014 Canberra | Compliance and Governance on the ...
AWS Public Sector Symposium 2014 Canberra | Compliance and Governance on the ...AWS Public Sector Symposium 2014 Canberra | Compliance and Governance on the ...
AWS Public Sector Symposium 2014 Canberra | Compliance and Governance on the ...
 
AWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWS
AWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWSAWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWS
AWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWS
 
Simplifier le deploiement d'applications dans le nuage hybride
Simplifier le deploiement d'applications dans le nuage hybrideSimplifier le deploiement d'applications dans le nuage hybride
Simplifier le deploiement d'applications dans le nuage hybride
 
Intro & Security Update
Intro & Security UpdateIntro & Security Update
Intro & Security Update
 
AWS PPT.pptx
AWS PPT.pptxAWS PPT.pptx
AWS PPT.pptx
 
Migrating Enterprise Applications to AWS
Migrating Enterprise Applications to AWSMigrating Enterprise Applications to AWS
Migrating Enterprise Applications to AWS
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Cloud Overview
Cloud OverviewCloud Overview
Cloud Overview
 
AWS를 활용한 금융권 hybrid cloud 구축하기 :: Felix Candelario :: AWS ...
AWS를 활용한 금융권 hybrid cloud 구축하기 :: Felix Candelario :: AWS ...AWS를 활용한 금융권 hybrid cloud 구축하기 :: Felix Candelario :: AWS ...
AWS를 활용한 금융권 hybrid cloud 구축하기 :: Felix Candelario :: AWS ...
 
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloud
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloudA1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloud
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloud
 

Último

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 

Último (20)

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 

AWS Architecture Fundamentals - Denver