SlideShare a Scribd company logo
Intro to "Asgard"
Author : Pritiman Panda Intro to Asgard
Who am I ?
Linkedin
Twitter
Slideshare
RSS Feed
Pritiman Panda
http://thebpmfreak.wordpress.com
Author : Pritiman Panda Intro to Asgard
Agenda
 Introduction
 What is Asgard ? – a few definitions
 AWS Management Console vs Asgard
 Features provided by Asgard
 Asgard - Landscape
 Advantages of using Asgard
 Installation Steps
 Additional Info
 Things to be taken care of
 Reference Links
Author : Pritiman Panda Intro to Asgard
 We all must have heard about Netflix as one of the biggest Movie/TV Shows streaming site. But to
add on, it is also a game changer in the Technology front when it comes to experimenting and
advocating Open Source Products for Cloud based development and platforms.
 Lot of Innovation and thoughts come over from Netflix. Some companies take it up as a reference
model for their Architecture design, implementations and other cloud offerings
 Watch-out for latest happening at Netflix Tech Front - http://techblog.netflix.com/
Introduction
Author : Pritiman Panda Intro to Asgard
 “Asgard” - a web interface for application deployments and cloud management.
 Its a Self Service Tool used by Netflix for the past several years to deploy applications and services to the Amazon Cloud
 Asgard is also considered as Netflix's home-built open source tool manages Amazon workloads. To add on Netflix is one of the
biggest users of AWS.
 Asgard is named for the home of the Norse god of thunder and lightning, and since Asgard is where Netflix developers go to
control the clouds the name sounds appropriate
What is “Asgard “? – a few definitions
Amazon
Web Services
Access the AWS functionalities via
REST APIs
Asgard Web Interface
Author : Pritiman Panda Intro to Asgard
AWS Management Console v/s Asgard
Criteria AWS Management Console Asgard
Security
The credentials and the secret key has to be shared with
every developer for accessing the AWS account.
The credentials and the secret keys are configured in the
Config.groovy file at the Server end. The Asgard Portal can
be accessed at ease, without dwelling into the password
security management.
Logging and Audit
It is tough to debug and troubleshoot as the AWS does
not expose any log of recent user actions on an account.
Logging and Audit Trail are integrated with the Asgard
management system providing a lot of transparency and
detail.
Conventions
With multiple users accessing the cloud and incorporating
their changes, with no conventions, can end up in a
unlabelled clutter and expensive place
Asgard enforces naming conventions in order to keep the
cloud a saner place that is possible to audit and clean up
regularly as things get stale, messy, or forgotten
Integration
AWS being a closed system, there is no scope for any
integration touch points
Asgard being a open source product and console, provides a
lot of flexibility to make changes and integrate with other
external systems.
Automate Work Flow NA
Asgard provides an intelligent mechanism for the
deployment process wherein necessary steps can be
performed to enable or disable instances/ASGs and monitor
the Application Performance
To summarize, Asgard is the baby born out of the REST APIs exposed by AWS under the nursing of Netflix
Author : Pritiman Panda Intro to Asgard
Addressing to the pain points of the Amazon Web Service, Asgard provides
some of the following features based on the cloud management and cluster
maintenance interface :
 load balancing,
 auto-scaling,
 launching,
 security
 single view for managing services, organized around each
application
 maintains application registry in Amazon Simple DB
 duration each instance of the application has been running and
when it was created
 node details in a multi-node environment or cluster
 troublesome and infected nodes can be removed – rollback
 manage rolling push, in which all the nodes of a cluster can be
replaced one by one, without disrupting the operation of the
cluster as a whole
Features provided by Asgard
Author : Pritiman Panda Intro to Asgard
Asgard - Landscape
Business
Application
Author : Pritiman Panda Intro to Asgard
 Amazon Key or Account is required for every individual who wants to access the
cloud environment and make changes and development on the AWS cloud. With the
Asgard approach, the organization can help their employees to access the AWS
without sharing the credentials and keys.
 AWS lacks support for Auto Scaling Groups (ASGs). By leveraging ASG(provided by
Asgard) customers using AWS can provide reliability, redundancy, cost savings,
clustering, discoverability, ease of deployment, and the ability to roll back a bad
deployment quickly
 Asgard enforces conventions to make cloud a saner place, with the ability to audit
and clean up regularly as things get stale, messy, or forgotten. This prevents us from
making the cloud a unlabelled clutter, when accessed by multiple users in a Cloud
Environment
 AWS does not provide any Logging Mechanism from a user account and actions
perspective, this is where Asgard becomes handy providing a auditability to the
system.
 Integrating with some in-house or external systems. But point to note, this what
Netflix did by integrating with their inhouse systems like Jenkins and Discovery
systems. Need to confirm how it works out if we want to leverage this Integration
feature
 From an automated and intelligent deployment perspective, Asgard can provide
the multiple step approach to a single form submission.
 Simple REST APIs can be exposed and published, hiding the complex steps from the
user
Advantages of using Asgard
Author : Pritiman Panda Intro to Asgard
 Download the Asgard WAR from the link : http://netflix.github.com/asgard/
 Install Tomcat 6.x in your system
 Make the following Changes to the server.xml in the folder ~/Tomcat6/conf/
 https://github.com/Netflix/asgard/wiki/Tomcat-configuration
 Delete all the contents in the ~/Tomcat/webapps/ folder
 Copy the Asgard.war to the webapps folder
 Start the Server
 Hit the browser http://localhost:8080/init
 Login with your AWS ID and Secret key
Reference Link : https://github.com/Netflix/asgard/wiki/Quick-Start-Guide
Installation Steps
Author : Pritiman Panda Intro to Asgard
Snapshot
Author : Pritiman Panda Intro to Asgard
Where can I find the Source Code :
It has been open-sourced now and is available for public use and downloads at github
 http://github.com/Netflix/asgard
 http://netflix.github.com/asgard/
Licensing :
 Asgard is released under the Apache License, Version 2.0 – play with the project and make improvements
Additional Info
Author : Pritiman Panda Intro to Asgard
Things to be taken care of
 Ensure that you have Java6 in your system (NOT Java 7, Asgard is not compatible with the Java 7 and throws exceptions)
 It works on Chrome, Firefox and other Browsers but NOT Internet Explorer
Author : Pritiman Panda Intro to Asgard
 http://techblog.netflix.com/2012/06/asgard-web-based-cloud-management-and.html (ASGARD - Reference Screenshots and
reference for my slide content!! )
 Asgard, the Grails App that Deploys Netflix to the Cloud (Slides 2012)
 Building Cloud Tools for Netflix (Slides 2011)
 Building Cloud Tools for Netflix (Video 2011)
 Quick Start Installation Guide
 Trouble Shooting Installation
 REST-APIs
Please Note :
Most of the Contents in this Slide Deck are referenced from the Tech blogs at Netflix
Few Reference Links
Author : Pritiman Panda Intro to Asgard
‘am still exploring this Open Source offering and will keep enriching this content based on the learning. If you have
some thoughts and reference information in this context please feel free to share them across.
Happy Learning!! :-)
Thoughts
Image Source : koshercaffeine.blogspot.com
Author : Pritiman Panda Intro to Asgard
Author : Pritiman Panda Intro to Asgard
• http://www.freedigitalphotos.net for image
• that-figures.blogspot.com for image
• http://pschmidley.deviantart.com for image
• www.germangames.com for image
• http://techblog.netflix.com/
• www.refinery29.com for image
• karenpaynetableforone.wordpress.com for image
• www.bloggingcage.com for image
Author : Pritiman Panda Intro to Asgard

More Related Content

KEY
Asgard: Using Grails to Deploy Netflix to AWS (Extended Slides)
PDF
Building Cloud Tools for Netflix
KEY
Building cloud-tools-for-netflix-code mash2012
KEY
Asgard, the Grails App that Deploys Netflix to the Cloud
PPTX
AWS FIS の実験テンプレートを書いてみよう!!
PDF
基于Aws的持续集成、交付和部署 代闻
PDF
Leveraging Elastic Web Scale Computing with AWS
PDF
Netflix in the Cloud at SV Forum
Asgard: Using Grails to Deploy Netflix to AWS (Extended Slides)
Building Cloud Tools for Netflix
Building cloud-tools-for-netflix-code mash2012
Asgard, the Grails App that Deploys Netflix to the Cloud
AWS FIS の実験テンプレートを書いてみよう!!
基于Aws的持续集成、交付和部署 代闻
Leveraging Elastic Web Scale Computing with AWS
Netflix in the Cloud at SV Forum

What's hot (10)

PDF
[AWS Dev Day] 실습워크샵 | 모두를 위한 컴퓨터 비전 딥러닝 툴킷, GluonCV 따라하기
PDF
AWSome Day, Milan | 5 Marzo 2015 - Contenuto Tecnico (Danilo Poccia - AWS Sol...
PPTX
Basics AWS Presentation
PPTX
AWS and Serverless with Alexa
PDF
Netflix Cloud Platform Building Blocks
PDF
AWS reinvent 2019 - Transforming to feature-driven development
PPTX
Amy Arambulo Negrette - Serverless Frenemies: Serverless Containers in Lambd...
PDF
20201012 - Serverless Architecture Conference - Deploying serverless applicat...
PPTX
How we do Serverless
PDF
Deploying, Scaling, and Running Grails on AWS and VPC
[AWS Dev Day] 실습워크샵 | 모두를 위한 컴퓨터 비전 딥러닝 툴킷, GluonCV 따라하기
AWSome Day, Milan | 5 Marzo 2015 - Contenuto Tecnico (Danilo Poccia - AWS Sol...
Basics AWS Presentation
AWS and Serverless with Alexa
Netflix Cloud Platform Building Blocks
AWS reinvent 2019 - Transforming to feature-driven development
Amy Arambulo Negrette - Serverless Frenemies: Serverless Containers in Lambd...
20201012 - Serverless Architecture Conference - Deploying serverless applicat...
How we do Serverless
Deploying, Scaling, and Running Grails on AWS and VPC
Ad

Viewers also liked (20)

PPTX
Intro to DevOps
PDF
Marketing Your School in Troubled Times -- 12 Strategies to Turnaround a Decl...
PDF
2016 Future of Open Source Survey Results
PPT
From SOA to SCA and FraSCAti
PPTX
The Building Blocks of Great Video
PPT
关于 Twitter 以及 Twitter 与 NGO2.0
DOCX
SAMA nominees 2015
PPT
Reading ppt
PDF
ASI Financials 2011 Brochure
DOCX
PDF
Ccc 1314
PPT
file handling1
PPTX
Amit PPT
DOCX
Report..costing..
PDF
Ushul Firaq wal Adyaan wal Madzaahib Al Fikriyah (Ar)
PDF
Blackwell Esteem AFSL
PPT
PDF
Is talking the most effective and satisfying way of communicating with others?
PPTX
They Say, I Say: Chapter 2
PPTX
Disneyland Project presenting slide for HTM
Intro to DevOps
Marketing Your School in Troubled Times -- 12 Strategies to Turnaround a Decl...
2016 Future of Open Source Survey Results
From SOA to SCA and FraSCAti
The Building Blocks of Great Video
关于 Twitter 以及 Twitter 与 NGO2.0
SAMA nominees 2015
Reading ppt
ASI Financials 2011 Brochure
Ccc 1314
file handling1
Amit PPT
Report..costing..
Ushul Firaq wal Adyaan wal Madzaahib Al Fikriyah (Ar)
Blackwell Esteem AFSL
Is talking the most effective and satisfying way of communicating with others?
They Say, I Say: Chapter 2
Disneyland Project presenting slide for HTM
Ad

Similar to Intro to "Asgard" (20)

PDF
Continuous Deployment @ AWS Re:Invent
PDF
Developer Experience at the Guardian, Equal Experts Sept 2021
PDF
Azure Arc - Managing Hybrid and Multi-Cloud Platforms
PPTX
.Net Development on AWS
PDF
AWS Lambda Documentation
PPT
Deploying and running Grails in the cloud
PDF
AWS re:Invent 2020 Serverless Recap
PDF
Red hat ansible automation technical deck
PDF
AWS re-Invent re-Cap general deck 2022-2023 .pdf
PPTX
Serverless Architecture
PPTX
Microserviços na vida real
PPTX
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez
PPTX
Basic architecuture and operation concept of Backlog and Cacoo
PDF
Serverless OCR for NASA EVA: AWS Meetup DC 2017-12-12
PDF
Serverless cecilia.cho
PDF
Serverless Optical Character Recognition in support of Astronaut Safety AWS M...
PPTX
Reinvent recap
PDF
Run Code, Not Servers: AWS Lambda
PDF
Serverless Design Patterns
PDF
Serveless design patterns (VoxxedDays Luxembourg)
Continuous Deployment @ AWS Re:Invent
Developer Experience at the Guardian, Equal Experts Sept 2021
Azure Arc - Managing Hybrid and Multi-Cloud Platforms
.Net Development on AWS
AWS Lambda Documentation
Deploying and running Grails in the cloud
AWS re:Invent 2020 Serverless Recap
Red hat ansible automation technical deck
AWS re-Invent re-Cap general deck 2022-2023 .pdf
Serverless Architecture
Microserviços na vida real
Re:Invent 2019 Recap. AWS User Group Zaragoza. Javier Ramirez
Basic architecuture and operation concept of Backlog and Cacoo
Serverless OCR for NASA EVA: AWS Meetup DC 2017-12-12
Serverless cecilia.cho
Serverless Optical Character Recognition in support of Astronaut Safety AWS M...
Reinvent recap
Run Code, Not Servers: AWS Lambda
Serverless Design Patterns
Serveless design patterns (VoxxedDays Luxembourg)

Recently uploaded (20)

PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPT
Teaching material agriculture food technology
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Electronic commerce courselecture one. Pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Encapsulation theory and applications.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Teaching material agriculture food technology
Unlocking AI with Model Context Protocol (MCP)
MYSQL Presentation for SQL database connectivity
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Digital-Transformation-Roadmap-for-Companies.pptx
cuic standard and advanced reporting.pdf
Network Security Unit 5.pdf for BCA BBA.
Dropbox Q2 2025 Financial Results & Investor Presentation
Electronic commerce courselecture one. Pdf
Chapter 3 Spatial Domain Image Processing.pdf
20250228 LYD VKU AI Blended-Learning.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Programs and apps: productivity, graphics, security and other tools
Encapsulation theory and applications.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
The AUB Centre for AI in Media Proposal.docx
Understanding_Digital_Forensics_Presentation.pptx

Intro to "Asgard"

  • 2. Author : Pritiman Panda Intro to Asgard Who am I ? Linkedin Twitter Slideshare RSS Feed Pritiman Panda http://thebpmfreak.wordpress.com
  • 3. Author : Pritiman Panda Intro to Asgard Agenda  Introduction  What is Asgard ? – a few definitions  AWS Management Console vs Asgard  Features provided by Asgard  Asgard - Landscape  Advantages of using Asgard  Installation Steps  Additional Info  Things to be taken care of  Reference Links
  • 4. Author : Pritiman Panda Intro to Asgard  We all must have heard about Netflix as one of the biggest Movie/TV Shows streaming site. But to add on, it is also a game changer in the Technology front when it comes to experimenting and advocating Open Source Products for Cloud based development and platforms.  Lot of Innovation and thoughts come over from Netflix. Some companies take it up as a reference model for their Architecture design, implementations and other cloud offerings  Watch-out for latest happening at Netflix Tech Front - http://techblog.netflix.com/ Introduction
  • 5. Author : Pritiman Panda Intro to Asgard  “Asgard” - a web interface for application deployments and cloud management.  Its a Self Service Tool used by Netflix for the past several years to deploy applications and services to the Amazon Cloud  Asgard is also considered as Netflix's home-built open source tool manages Amazon workloads. To add on Netflix is one of the biggest users of AWS.  Asgard is named for the home of the Norse god of thunder and lightning, and since Asgard is where Netflix developers go to control the clouds the name sounds appropriate What is “Asgard “? – a few definitions Amazon Web Services Access the AWS functionalities via REST APIs Asgard Web Interface
  • 6. Author : Pritiman Panda Intro to Asgard AWS Management Console v/s Asgard Criteria AWS Management Console Asgard Security The credentials and the secret key has to be shared with every developer for accessing the AWS account. The credentials and the secret keys are configured in the Config.groovy file at the Server end. The Asgard Portal can be accessed at ease, without dwelling into the password security management. Logging and Audit It is tough to debug and troubleshoot as the AWS does not expose any log of recent user actions on an account. Logging and Audit Trail are integrated with the Asgard management system providing a lot of transparency and detail. Conventions With multiple users accessing the cloud and incorporating their changes, with no conventions, can end up in a unlabelled clutter and expensive place Asgard enforces naming conventions in order to keep the cloud a saner place that is possible to audit and clean up regularly as things get stale, messy, or forgotten Integration AWS being a closed system, there is no scope for any integration touch points Asgard being a open source product and console, provides a lot of flexibility to make changes and integrate with other external systems. Automate Work Flow NA Asgard provides an intelligent mechanism for the deployment process wherein necessary steps can be performed to enable or disable instances/ASGs and monitor the Application Performance To summarize, Asgard is the baby born out of the REST APIs exposed by AWS under the nursing of Netflix
  • 7. Author : Pritiman Panda Intro to Asgard Addressing to the pain points of the Amazon Web Service, Asgard provides some of the following features based on the cloud management and cluster maintenance interface :  load balancing,  auto-scaling,  launching,  security  single view for managing services, organized around each application  maintains application registry in Amazon Simple DB  duration each instance of the application has been running and when it was created  node details in a multi-node environment or cluster  troublesome and infected nodes can be removed – rollback  manage rolling push, in which all the nodes of a cluster can be replaced one by one, without disrupting the operation of the cluster as a whole Features provided by Asgard
  • 8. Author : Pritiman Panda Intro to Asgard Asgard - Landscape Business Application
  • 9. Author : Pritiman Panda Intro to Asgard  Amazon Key or Account is required for every individual who wants to access the cloud environment and make changes and development on the AWS cloud. With the Asgard approach, the organization can help their employees to access the AWS without sharing the credentials and keys.  AWS lacks support for Auto Scaling Groups (ASGs). By leveraging ASG(provided by Asgard) customers using AWS can provide reliability, redundancy, cost savings, clustering, discoverability, ease of deployment, and the ability to roll back a bad deployment quickly  Asgard enforces conventions to make cloud a saner place, with the ability to audit and clean up regularly as things get stale, messy, or forgotten. This prevents us from making the cloud a unlabelled clutter, when accessed by multiple users in a Cloud Environment  AWS does not provide any Logging Mechanism from a user account and actions perspective, this is where Asgard becomes handy providing a auditability to the system.  Integrating with some in-house or external systems. But point to note, this what Netflix did by integrating with their inhouse systems like Jenkins and Discovery systems. Need to confirm how it works out if we want to leverage this Integration feature  From an automated and intelligent deployment perspective, Asgard can provide the multiple step approach to a single form submission.  Simple REST APIs can be exposed and published, hiding the complex steps from the user Advantages of using Asgard
  • 10. Author : Pritiman Panda Intro to Asgard  Download the Asgard WAR from the link : http://netflix.github.com/asgard/  Install Tomcat 6.x in your system  Make the following Changes to the server.xml in the folder ~/Tomcat6/conf/  https://github.com/Netflix/asgard/wiki/Tomcat-configuration  Delete all the contents in the ~/Tomcat/webapps/ folder  Copy the Asgard.war to the webapps folder  Start the Server  Hit the browser http://localhost:8080/init  Login with your AWS ID and Secret key Reference Link : https://github.com/Netflix/asgard/wiki/Quick-Start-Guide Installation Steps
  • 11. Author : Pritiman Panda Intro to Asgard Snapshot
  • 12. Author : Pritiman Panda Intro to Asgard Where can I find the Source Code : It has been open-sourced now and is available for public use and downloads at github  http://github.com/Netflix/asgard  http://netflix.github.com/asgard/ Licensing :  Asgard is released under the Apache License, Version 2.0 – play with the project and make improvements Additional Info
  • 13. Author : Pritiman Panda Intro to Asgard Things to be taken care of  Ensure that you have Java6 in your system (NOT Java 7, Asgard is not compatible with the Java 7 and throws exceptions)  It works on Chrome, Firefox and other Browsers but NOT Internet Explorer
  • 14. Author : Pritiman Panda Intro to Asgard  http://techblog.netflix.com/2012/06/asgard-web-based-cloud-management-and.html (ASGARD - Reference Screenshots and reference for my slide content!! )  Asgard, the Grails App that Deploys Netflix to the Cloud (Slides 2012)  Building Cloud Tools for Netflix (Slides 2011)  Building Cloud Tools for Netflix (Video 2011)  Quick Start Installation Guide  Trouble Shooting Installation  REST-APIs Please Note : Most of the Contents in this Slide Deck are referenced from the Tech blogs at Netflix Few Reference Links
  • 15. Author : Pritiman Panda Intro to Asgard ‘am still exploring this Open Source offering and will keep enriching this content based on the learning. If you have some thoughts and reference information in this context please feel free to share them across. Happy Learning!! :-) Thoughts Image Source : koshercaffeine.blogspot.com
  • 16. Author : Pritiman Panda Intro to Asgard
  • 17. Author : Pritiman Panda Intro to Asgard • http://www.freedigitalphotos.net for image • that-figures.blogspot.com for image • http://pschmidley.deviantart.com for image • www.germangames.com for image • http://techblog.netflix.com/ • www.refinery29.com for image • karenpaynetableforone.wordpress.com for image • www.bloggingcage.com for image
  • 18. Author : Pritiman Panda Intro to Asgard