|
Books > Computing & IT > Computer hardware & operating systems > Operating systems & graphical user interfaces (GUIs) > Microsoft Windows
Scale and maintain outstanding performance in your AWS-based
infrastructure using DevOps principles Key Features Implement
continuous integration and continuous deployment pipelines on AWS
Gain insight from an expert who has worked with Silicon Valley's
most high-profile companies Implement DevOps principles to take
full advantage of the AWS stack and services Book DescriptionThe
DevOps movement has transformed the way modern tech companies work.
Amazon Web Services (AWS), which has been at the forefront of the
cloud computing revolution, has also been a key contributor to the
DevOps movement, creating a huge range of managed services that
help you implement DevOps principles. Effective DevOps with AWS,
Second Edition will help you to understand how the most successful
tech start-ups launch and scale their services on AWS, and will
teach you how you can do the same. This book explains how to treat
infrastructure as code, meaning you can bring resources online and
offline as easily as you control your software. You will also build
a continuous integration and continuous deployment pipeline to keep
your app up to date. Once you have gotten to grips will all this,
we'll move on to how to scale your applications to offer maximum
performance to users even when traffic spikes, by using the latest
technologies, such as containers. In addition to this, you'll get
insights into monitoring and alerting, so you can make sure your
users have the best experience when using your service. In the
concluding chapters, we'll cover inbuilt AWS tools such as
CodeDeploy and CloudFormation, which are used by many AWS
administrators to perform DevOps. By the end of this book, you'll
have learned how to ensure the security of your platform and data,
using the latest and most prominent AWS tools. What you will learn
Implement automatic AWS instance provisioning using CloudFormation
Deploy your application on a provisioned infrastructure with
Ansible Manage infrastructure using Terraform Build and deploy a
CI/CD pipeline with Automated Testing on AWS Understand the
container journey for a CI/CD pipeline using AWS ECS Monitor and
secure your AWS environment Who this book is forEffective DevOps
with AWS is for you if you are a developer, DevOps engineer, or you
work in a team which wants to build and use AWS for software
infrastructure. Basic computer science knowledge is required to get
the most out of this book.
This book contains more than 25 hands-on recipes that will equip
you to build a PKI and roll out remote access capabilities via
Microsoft DirectAccess and VPN. This book also contains tips and
tricks for increasing the security footprint of your Windows Server
infrastructure. Key Features Identify and mitigate security risks
in your Windows Server 2016 infrastructure Learn how to build a PKI
and use it to issue certificates within your network In-depth
information for setting up Microsoft DirectAccess Book Description
Windows Server 2016 is an operating system designed to run on
today's highly performant servers, both on-premise and in the
cloud. It supports enterprise-level data storage, communications,
management, and applications. This book builds off a basic
knowledge of the Windows Server operating system, and assists
administrators with taking the security of their systems one step
further. You will learn tips for configuring proper networking,
especially on multi-homed systems, and tricks for locking down
access to your servers. Then you will move onto one of the hottest
security topics of the year - certificates. You will learn how to
build your own PKI, or how to better administer one that you
already have. You will publish templates, issue certificates, and
even configure autoenrollment in your network. When we say
"networking" we don't only mean inside the LAN. To deal safely with
mobile devices, you will learn about the capabilities of Windows
Server 2016 for connecting these assets securely back into the
corporate network, with information about DirectAccess and VPN. The
material in the book has been selected from the content of Packt's
Windows Server 2016 Cookbook by Jordan Krause to provide a specific
focus on these key Windows Server tasks. What you will learn
Implement solid networking and security practices into your Windows
Server environment Design your own PKI and start issuing
certificates today Connect your remote laptops back to the
corporate network using Microsoft's own remote access technologies,
including DirectAccess Learn to use commands that will help you
with monitoring network traffic. Build and explore your first
Server Core instance today! Who this book is forIf you are a
Windows Server administrator interested in learning the key
security and networking functions available in Windows Server 2016,
keep this book close at hand. If you are a server administrator
setting up certificate services for the first time you will also
benefit from the step-by-step instructions on implementation of a
PKI.
A learning guide to get you started with PowerShell DSC. About This
Book * Create flexible and maintainable deployments using DSC
configuration scripts that stand the test of time. * Explore the
core architecture, concepts, and practices in depth. * Learning
PowerShell DSC is a step-by-step guide that shows you how to start
using and taking advantage of PowerShell DSC along with configuring
and deploying applications. Who This Book Is For If you are a
system administrator, developer, or engineer and are responsible
for configuration management and automation, then this book is for
you. IT professionals who wish to learn PowerShell Desired State
Configuration for the efficient management, configuration, and
deployment of systems will also find this book useful. What You
Will Learn * Explore PowerShell Desired State Configuration and
activities around it, including the need for configuration
management and abstraction. * Create reusable DSC configurations
and debug/ troubleshoot configuration files. * Learn about the
PowerShell DSC architecture with the help of push-and-pull
management and workflows. * Define DSC configuration scripts and
data files and push DSC configuration files remotely and locally. *
Validate DSC Pull Server install and register target nodes with a
DSC Pull Server. * Learn about DSC Cross Platform and install
PowerShell on Linux and macOS along with real-life DSC uses and
different types of deployment. In Detail The main goal of this book
is to teach you to configure, deploy, and manage your system using
the new features of PowerShell v5/v6 DSC. This book begins with the
basics of PowerShell Desired State Configuration, covering its
architecture and components. It familiarizes you with the set of
Windows PowerShell language extensions and new Windows PowerShell
commands that make up DSC. Then it helps you create DSC custom
resources and work with DSC configurations with the help of
practical examples. Finally, it describes how to deploy
configuration data using PowerShell DSC. Throughout this book, we
will be focusing on concepts such as building configurations with
parameters, the local configuration manager, and testing and
restoring configurations using PowerShell DSC. By the end of the
book, you will be able to deploy a real-world application
end-to-end and will be familiar enough with the powerful Desired
State Configuration platform to achieve continuous delivery and
efficiently and easily manage and deploy data for systems. Style
and approach The purpose of this book is to introduce readers to
the powerful PowerShell Desired State Configuration platform to
achieve continuous delivery, efficient management, and the easy
deployment of data for systems.
Discover over 125 solution-based recipes to help you build
applications for smartphones, tablets, and desktops About This Book
* Learn to build applications for Windows 10, the latest Windows
version * Develop your applications to be compatible with
smartphones, tablets, and desktops * This guide is packed with
recipes covering major solutions to day-to-day problems faced by
Windows programmers Who This Book Is For The book is dedicated to
programmers with various experience of developing applications for
Windows-based smartphones, tablets, and desktops-even beginners can
find suitable content. What You Will Learn * Start developing
universal applications for Windows 10 * Design user interface in
the XAML language * Use the MVVM design pattern with data binding *
Store data in files and in a database * Use multimedia content and
animations * Capture data from built-in sensors * Handle various
Internet-based scenarios * Test the application and submit it to
the Windows Store In Detail Need to ensure you can always create
the best Windows apps regardless of platform? What you need are
solutions to the biggest issues you can face, so you can always
ensure you're making the right choices and creating the best apps
you can. The book starts with recipes that will help you set up the
integrated development environment before you go ahead and design
the user interface. You will learn how to use the MVVM design
pattern together with data binding, as well as how to work with
data in different file formats. Moving on, you will explore
techniques to add animations and graphics to your application, and
enable your solution to work with multimedia content. You will also
see how to use sensors, such as an accelerometer and a compass, as
well as obtain the current GPS location. You will make your
application ready to work with Internet-based scenarios, such as
composing e-mails or downloading files, before finally testing the
project and submitting it to the Windows Store. By the end of the
book, you will have a market-ready application compatible across
different Windows devices, including smartphones, tablets, and
desktops. Style and approach This quick-start book takes a cookbook
format with recipes covering more than 125 solutions to help you
create and build applications for Windows 10. The examples
presented in the book use the free integrated development
environment. A supporting set of codes that present solutions to
problems described in particular chapters is available as well.
Over 60 applicable recipes to administer and manage System Center
Configuration Manager Current Branch About This Book * Overcome the
challenges of administering System Center Configuration Manager
when deploying single and multiple-hierarchy sites * Help your
organization to build a custom-line of business apps and also
protect the server against malware threats with Endpoint protection
* Get easy guidance and best practices to help you work with SCCM
Who This Book Is For If you are an intermediate to advanced
administrator who wants to administer SCCM and understand how to
solve particular problems/scenarios, then this book is for you. You
should have a working knowledge of SCCM, however, knowledge of the
latest version is not required. What You Will Learn * Administer
System Center Configuration Manager * Upgrade computers from
Windows 7/ 8.x to Windows 10, using Serivce Plans to keep Windows
10 machines up to date * Manage Compliance Settings effectively and
monitor it with SSRS * Manage Sites in System Center Configuration
Manager and also learn to create collections, leverage role-based
administration (RBA), and support clients over the internet without
a VPN connection * Implement multiple methods to deploy the client,
as well as how to be proactive in monitoring client agent health *
Achieve Mobile device management with Microsoft Intune In Detail
This practical cookbook is based on the 1602 current branch of
System Center Configuration Manager (SCCM). It shows you how to
administer SCCM, giving you an essential toolbox of techniques to
solve real-world scenarios. Packed with over 60 task-based and
instantly usable recipes, you'll discover how design a SCCM
Infrastructure, and dive into topics such as the recommended SQL
configuration for SCCM and how to deploy Windows 10 with Operating
System Deployment (OSD). You will learn to easily manage Windows 10
devices by deploying applications, software updates, and feature
upgrades, andl be able to leverage Mobile Device Management (MDM)
using SCCM and Microsoft Intune. Finally, you see how to gather the
inventory of all your PC park and create reports based on it. By
the end of the book, you will have learned the best practices when
working with SCCM and have a handy reference guide for
troubleshooting. Style and approach This cookbook is full of quick
recipes that show you how to administer SCCM and will help you
understand how to solve particular problems/situations encountered
in day-to-day tasks.
This book contains more than 65 recipes that will equip you with
what you need to know to work with Windows 2016 Server. This book
will help you learn how to administrate your Windows Server for
optimal performance. Key Features A focussed guide to help you with
the core functionalities of Windows Server 2016 Explore tasks that
will help you build a datacenter from scratch using Windows Server
2016 Step-by-step instructions for common Windows Server
administration duties Book Description Windows Server 2016 is an
operating system designed to run on servers. It supports
enterprise-level data storage, communications, management, and
applications. This book contains specially selected, detailed help
on core, essential administrative tasks of Windows Server 2016.
This book starts by helping you to navigate the interface of
Windows Server 2016, and quickly shifts gears to implementing roles
that are necessarily in any Microsoft-centric datacenter. This book
will also help you leverage the web services platform built into
Windows Server 2016, available to anyone who runs this latest and
greatest Server operating system. Further, you will also learn to
compose optimal Group Policies and monitor system performance and
IP address management. This book will be a handy quick-reference
guide for any Windows Server administrator, providing easy to read,
step-by-step instructions for many common administrative tasks that
will be part of any Server Administrator's job description as they
administer their Windows Server 2016 powered servers. The material
in the book has been selected from the content of Packt's Windows
Server 2016 Cookbook by Jordan Krause to provide a specific focus
on key Windows Server administration tasks. What you will learn
Become skilled in the navigation of Windows Server 2016, and
explore the technologies and options that it provides Build the
infrastructure required for a successful Windows Server network
Move away from those open-source web server platforms and start
migrating your websites to Server 2016's Internet Information
Services today Provide a centralized point for users to access
applications and data by confguring Remote Desktop Services Compose
optimal Group Policies Who this book is for This book is for system
administrators or IT professionals who want the skills to manage
and maintain the core infrastructure of a Windows Server 2016
environment. Prior experience in Windows Server 2012 R2
environments will be helpful.
Over 100 recipes to help you leverage PowerShell to automate
Windows Server 2016 manual tasks About This Book * Automate Windows
server tasks with the powerful features of the PowerShell Language
* Master new features such as DevOps, containers, and Nano servers,
and speed up their performance using PowerShell * Improve
PowerShell's usability, and control and manage Windows-based
environments by working through inviting recipes Who This Book Is
For If you are a systems administrator, engineer, or an architect
working with Windows Server 2016 and want to automate tasks with
PowerShell, then this book is for you. A basic knowledge of
PowerShell is expected. What You Will Learn * Streamline routine
administration processes * Improve the performance and storage of
your Windows server with enhanced large-scale PowerShell scripts *
Use DSC to leverage Windows server features * Generate automatic
reports that highlight unexpected changes in your environment *
Monitor performance and report on system utilization using detailed
graphs and analysis * Create and manage a reliable and redundant
Hyper-V environment * Manage your enterprise's patch level *
Utilize multiple tools and protocols to manage your environment In
Detail This book showcases several ways that Windows administrators
can use to automate and streamline their job. You'll start with the
PowerShell and Windows Server fundamentals, where you'll become
well versed with PowerShell and Windows Server features. In the
next module, Core Windows Server 2016, you'll implement Nano
Server, manage Windows updates, and implement troubleshooting and
server inventories. You'll then move on to the Networking module,
where you'll manage Windows network services and network shares.
The last module covers Azure and DSC, where you will use Azure on
PowerShell and DSC to easily maintain Windows servers. Style and
approach This is a practical guide packed with attractive recipes
to help you effectively use PowerShell to accelerate your daily
administrative tasks with Windows server.
Maximize your administration skills effectively and efficiently Key
Features Implement cost-effective virtualization solutions for your
organization with actionable recipes Explore the concepts of VMM
with real-world use cases Use the latest features with VMM 2016
such as Cluster OS Rolling Upgrade, Guarded Fabric and Storage
Spaces Direct Book DescriptionVirtual Machine Manager (VMM) 2016 is
part of the System Center suite to configure and manage datacenters
and offers a unified management experience on-premises and Azure
cloud. This book will be your best companion for day-to-day
virtualization needs within your organization, as it takes you
through a series of recipes to simplify and plan a highly scalable
and available virtual infrastructure. You will learn the deployment
tips, techniques, and solutions designed to show users how to
improve VMM 2016 in a real-world scenario. The chapters are divided
in a way that will allow you to implement the VMM 2016 and
additional solutions required to effectively manage and monitor
your fabrics and clouds. We will cover the most important new
features in VMM 2016 across networking, storage, and compute,
including brand new Guarded Fabric, Shielded VMs and Storage Spaces
Direct. The recipes in the book provide step-by-step instructions
giving you the simplest way to dive into VMM fabric concepts,
private cloud, and integration with external solutions such as
VMware, Operations Manager, and the Windows Azure Pack. By the end
of this book, you will be armed with the knowledge you require to
start designing and implementing virtual infrastructures in VMM
2016. What you will learn Plan and design a VMM architecture for
real-world deployment Configure fabric resources, including
compute, networking, and storage Create and manage Storage Spaces
Direct clusters in VMM Configure Guarded Fabric with Shielded VMs
Create and deploy virtual machine templates and multi-tier services
Manage Hyper-V and VMware environments from VMM Enhance monitoring
and management capabilities Upgrade to VMM 2016 from previous
versions Who this book is forIf you are a solutions architect,
technical consultant, administrator, or any other virtualization
enthusiast who needs to use Microsoft System Center Virtual Machine
Manager in a real-world environment, then this is the book for you.
|
You may like...
Knapsekerels
Pieter Fourie
Paperback
R175
R162
Discovery Miles 1 620
Petri Net Synthesis
Eric Badouel, Luca Bernardinello, …
Hardcover
R2,477
Discovery Miles 24 770
|