Microsoft Automation on AWS

Slides:



Advertisements
Similar presentations
From App to App-V with Citrix AppDNA Presentation and Demo by David O‘Brien E2EVC 2012, Vienna, Austria.
Advertisements

Intro to SharePoint 2013 Architecture Liam Cleary.
Infrastructure as a Service (IaaS) Amazon EC2
Matt Bertrand Building GIS Apps in the Cloud. Infrastructure - Provides computer infrastructure, typically a platform virtualization environment, as a.
Automating Microsoft Azure with PowerShell MMS Minnesota 2014 Trevor Sullivan and David O’Brien – #MMSMinnesota.
WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.
Cloud Computing & Amazon Web Services – EC2 Arpita Patel Software Engineer.
Trevor Sullivan Solution Architect Project Leadership Associates.
Cloud Architecture Bernard O’Leary. “I don’t need a hard disk in my computer if I can get to the server faster… carrying around these non-connected computers.
Automated Deployment Framework Using TFS and Custom PowerShell cmdlets to create an automated deployment framework.
Automating Operational and Management Tasks in Microsoft Operations Management Suite and Azure
Online Conference June 17 th and 18 th SharePoint Online Administration with PowerShell.
Service Management Automation: 3,2,1, Automate!
Licensed under Creative Commons Attribution-Share Alike 3.0 Unported License Cloud Hosting Practices Lessons DuraSpace has learned Bill Branan Open Repositories.
CMI Cloud Solutions Overview. 2 Experts in Cloud Architecture Architect and deploy complex AWS and SoftLayer environments (EC2, EBS, ELB, RDS, Route 53,
What's New for Build Automation in Team Foundation Server 2015 Paul Hacker Solution Architect, Microsoft ALM MVP.
XPlatform ManagementxPlatform Management Windows Provisioning from *nix David James.
Deploying Highly Available SQL Server in Windows Azure A Presentation and Demonstration by Microsoft Cluster MVP David Bermingham.
Bellevue College Cloud Workshops Try: Cloud services Friday, May 6, 2016 Azure Introduction Fawad Khan.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
From Zero to Automation HeroFrom Zero to Automation Hero A MNSCug production Steve Jesok Ameriprise – Senior Systems Engineer Ryan Andorfer.
Alfresco on Azure Shah Rahman Founder and CEO, CloudlyIO.
Wharton Computer Consulting, Inc. PowerShell Basics for SQL Server One Tool to Manage All SQL Servers Michael Wharton
Declarative Configuration Management with Azure Automation DSC and ARM Nathan Lasnoski Vice President of blog.concurrency.com Concurrency.
Long Live Azure Automation!Long Live Azure Automation! Cloud-first Configuration Management and Automation Beth Cooper Program Manager.
Microsoft Azure Infrastructure Services Move your infrastructure to the cloud Kaido Jarvemets Senior Consultant Trevor Sullivan.
In Depth Azure StackIn Depth Azure Stack Resource Providers Damian Flynn MVP Daniel Savage Microsoft.
Architecting Enterprise Workloads on AWS Mike Pfeiffer.
Introduction Service Management Automation
Unit 3 Virtualization.
1/27/2018 5:13 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Amazon Web Services RDS with SQL Server
Microsoft Azure Deployment Planning Services
Working with SQL Server for Linux Cross-Platform
Modern management for the cloud world
Amazon Web Services RDS with SQL Server
Azure, PowerShell, and SQL Server Virtual Machines
Recommendation 6: Using ‘cloud computing’ to meet the societal need ‘Faster and transparent access to public sector services’ Cloud computing Faster and.
Traditional infrastructure in the Cloud.
Traditional infrastructure in the Cloud.
Version Control Intro to Git(hub) 101 David O’Brien
Building an Automated Cloud Image Factory
Microsoft Azure Deployment Planning Services
Cloud Security.
Nano Server in the cloud - some real use cases to take away
Azure IaaS 101.
Microsoft Azure Deployment Planning Services
Amazon Web Services RDS with SQL Server
Azure Primed Randy Pagels Sr. Developer Technology Specialist
Release Management with Visual Studio Team Services
One MOF to rule them all, and in the Azure bind them
DevOps Fundamentals Configuration Management
Amazon Web Services RDS with SQL Server
Extending and enhancing PowerShell features with fantastic results
Chrissy LeMaire, MVP & Rob Sewell, MVP
Automating configuration of SQL Server
Amazon Web Services RDS with SQL Server
Creating Leaders in Technology TECHNOLOGIES. What are we? A multi-national Training Company delivering quality training in latest Technologies across.
In this session… Introduce what we’re talking about
Emerging technologies-
Deploying Your First Full Stack Application to the Cloud
Microsoft Virtual Academy
Gold Sponsors.
1. Azure Data Explorer Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight.
SQL Server using Amazon Web Services EC2 Instances
Amazon Web Services RDS with SQL Server
This is the slide shown before the presentation starts
Extend Azure DevOps with a Custom PowerShell-based Pipeline Task
Samuel Kastberg Scripting a BizTalk Server installation
SQL Server on Containers
Presentation transcript:

Microsoft Automation on AWS David O’Brien www.david-obrien.net , me@david-obrien.net, Senior DevOps Engineer Versent Presenter #2 Blog, e-mail address, title Company

David O’Brien Presenter Name 2 @david_obrien Twitter Handle MVP for Cloud and Datacentre Management Awards, accomplishments, etc. @davidobrien1985 (github) Experience Automation, aviation, travel Favorite something; e.g., food

Agenda Intro to AWS Getting the AWS PowerShell module What can we automate? How can we use PowerShell on AWS

Intro to AWS Amazon Web Services (AWS), a subsidiary of Amazon.com, is a cloud-focused service provider with a very pure vision of highly automated, cost-effective IT capabilities, delivered in a flexible, on-demand manner. over 10 times more cloud IaaS compute capacity in use than the aggregate total of the other 14 providers AWS leader of Gartner MQ for IaaS

Getting the AWS PowerShell module PowerShell PackageManagement Install-Module -Name AWSPowerShell Download from AWS Get-AWSPowerShellVersion -ListServiceVersionInfo - Verbose

Non-representative study: What can we automate? Azure has 756 1666 PowerShell cmdlets Non-representative study: Most commonly automated tasks on AWS Creating, editing, launching VPCs Executing CloudFormation Demos

Cloudformation Equivalent to Azure Resource Manager JSON describing environment Can execute code on instances userdata <powershell>$script</powershell> https://david-obrien.net/2016/04/aws-ec2-user_data-on-windows/ I recommend using PowerShell DSC AWS Quickstart templates VPC with Domain Controllers Pull Server setup

David O’Brien Presenter Name 2 @david_obrien Twitter Handle MVP for Cloud and Datacentre Management Awards, accomplishments, etc. @davidobrien1985 (github) Experience Automation, aviation, travel Favorite something; e.g., food

And Then …