Duration 5 Days 30 CPD hours This course is intended for Telco cloud system administrators and telco network operations engineers Professionals who work with telco or enterprise and data center networks Designers and operations engineers who manage telco workloads Overview By the end of the course, you should be able to meet the following objectives: List VMware Telco Cloud Automation deployment options and procedures Define Infrastructure Automation and describe infrastructure deployment Describe the VMware Telco Cloud Automation infrastructure settings Configure containers as a service functionality Describe partner integration options and procedures Instantiate network services and network functions Describe the authorization model of VMware Telco Cloud Automation Define platform life cycle management (LCM) for VMware Telco Cloud Automation Enumerate troubleshooting concepts and day two operations for VMware Telco Cloud Automation Describe the use of APIs within VMware Telco Cloud Automation List examples of how VMware Telco Cloud Automation can be used in a CICD environment This five-day, hands-on training course provides you with the advanced knowledge, skills, and tools to achieve competency in operating and troubleshooting the VMware Telco Cloud Automation environment. In this course, you are introduced to VMware Telco Cloud Automation infrastructure settings, deployment options and procedures. You will explore containers as a service and understand the workflow details of partner integration processes. You will learn about infrastructure automation and its importance in VMware Telco Cloud Automation. You will onboard and instantiate network functions and network services using hands-on lab exercises.In addition, this course teaches life cycle management workflows as well as several types of technical problems in VMware Telco Cloud Automation, which you will identify, analyze, and solve through a systematic process. Course Introduction Introductions and course logistics Course objectives VMware Telco Cloud Automation Installation Describe day zero operations for VMware Telco Cloud Automation Describe the VMware Telco Cloud Automation architecture List the steps to perform VMware Telco Cloud Automation deployment List the steps to perform VMware Telco Cloud Automation control plane integration Describe VMware Telco Cloud Automation control plane scaling Describe the requirements for other applications such as vRealize Orchestrator and Harbor Describe where, when, and how to use VMware Telco Cloud Automation tagging Day 1 Operations: Infrastructure Automation Describe infrastructure automation List the use cases of infrastructure automation List the benefits of infrastructure automation Describe the infrastructure requirements of infrastructure automation Describe the infrastructure automation domains List the steps to deploy an infrastructure using infrastructure automation Day 1 Operations: Infrastructure Settings Describe the VMware Telco Cloud Automation infrastructure options Describe VMware Telco Cloud Automation infrastructure requirements Outline the role of virtual infrastructure and VMware Telco Cloud Automation Identify the benefits of public and private infrastructures List the steps to integrate a VM-based virtual infrastructure List the steps to integrate a container-based virtual infrastructure Describe private infrastructure requirements Day 1 Operations: Containers as a Service Define containers as a service (CaaS) List the challenges of CNF deployment without automation Describe the Kubernetes and Tanzu Kubernetes Grid architectures List steps to create a Kubernetes cluster template Describe the process for deploying node pools and groups List the steps to support anti-affinity of workload cluster nodes Describe cluster monitoring List CaaS scale options Day 1 Operations: Partner Integration Describe partner integration and the types of partners Describe Harbor and the various Harbor platforms List the steps to interface with a Harbor platform Compare and contrast specialized VNF managers (S-VNFMs) and generic VNF managers (G-VNFMs) Explain how to add an S-VNFM Define S-VNFM use cases List the benefits and challenges of using Airgap Day 1 Operations: Network Functions ad Network Services Describe the roles of network services and network functions List the types of descriptors Describe the role of TOSCA Describe the role of onboarding List the steps to onboard network functions and network services Examine the results of the onboarding process List the steps to instantiate network functions and network services Examine the results of the instantiation process Day 2 Operations: Authorization Model Explain the resources that can be accessed in vSphere Define the role of a vCenter Server system in credential management Define the role of Keycloak in credential management Describe the procedures to create, delete, and modify rules using vCenter Server Explain how to control and verify access to vSphere resources List the roles in VMware Telco Cloud Automation Explain the tasks and list the levels of permissions needed in VMware Telco Cloud Automation List all the permissions and filters that can be implemented in VMware Telco Cloud Automation Day 2 Operations: Life Cycle Management Explain the life cycle stages in VMware Telco Cloud Automation control plane Explain the life cycle stages in VMware Telco Cloud Automation Define an upgrade schedule Apply an upgrade schedule for life cycle management of the VMware Telco Cloud Automation control plane Apply an upgrade schedule for life cycle management in VMware Telco Cloud Automation Describe network function and network service life cycle management events Execute network function and network service healing Perform network function and network service termination Day 2 Operations: Troubleshooting List the components of the VMware Telco Cloud Automation dashboard Explain the features of fault management in VMware Telco Cloud Automation Explain the features of performance management in VMware Telco Cloud Automation Describe the use of fault management of VMware Telco Cloud Automation for VNFs and CNFs Describe the use of performance management of VMware Telco Cloud Automation for VNFs and CNFs Describe the use of CCLI for troubleshooting Define the procedures to integrate vRealize Operations Manager with VMware Telco Cloud Automation Describe how to use vRealize Operations Day Two Operations: API Management Define the VMware Telco Cloud Automation API Explain the API architecture Describe VMware Telco Cloud Automation API use cases Describe how to request security tokens for implementation Explain how to implement commands through external systems using APIs Day Two Operations: Continuous Integration and Continuous Delivery Describe continuous integration and continuous delivery (CICD) List the benefits and challenges of CICD Describe how VMware Telco Cloud Automation can be used in a CICD environment Explore VMware Telco Cloud Automation CICD examples
Duration 3 Days 18 CPD hours This course is intended for Developers who have some familiarity with serverless and experience with development in the AWS Cloud Overview In this course, you will learn to: Apply event-driven best practices to a serverless application design using appropriate AWS services Identify the challenges and trade-offs of transitioning to serverless development, and make recommendations that suit your development organization and environment Build serverless applications using patterns that connect AWS managed services together, and account for service characteristics, including service quotas, available integrations, invocation model, error handling, and event source payload Compare and contrast available options for writing infrastructure as code, including AWS CloudFormation, AWS Amplify, AWS Serverless Application Model (AWS SAM), and AWS Cloud Development Kit (AWS CDK) Apply best practices to writing Lambda functions inclusive of error handling, logging, environment re-use, using layers, statelessness, idempotency, and configuring concurrency and memory Apply best practices for building observability and monitoring into your serverless application Apply security best practices to serverless applications Identify key scaling considerations in a serverless application, and match each consideration to the methods, tools, or best practices to manage it Use AWS SAM, AWS CDK, and AWS developer tools to configure a CI/CD workflow, and automate deployment of a serverless application Create and actively maintain a list of serverless resources that will assist in your ongoing serverless development and engagement with the serverless community This course gives developers exposure to and practice with best practices for building serverless applications using AWS Lambda and other services in the AWS serverless platform. You will use AWS frameworks to deploy a serverless application in hands-on labs that progress from simpler to more complex topics. You will use AWS documentation throughout the course to develop authentic methods for learning and problem-solving beyond the classroom. Introduction Introduction to the application you will build Access to course resources (Student Guide, Lab Guide, and Online Course Supplement) Thinking Serverless Best practices for building modern serverless applications Event-driven design AWS services that support event-driven serverless applications API-Driven Development and Synchronous Event Sources Characteristics of standard request/response API-based web applications How Amazon API Gateway fits into serverless applications Try-it-out exercise: Set up an HTTP API endpoint integrated with a Lambda function High-level comparison of API types (REST/HTTP, WebSocket, GraphQL) Introduction to Authentication, Authorization, and Access Control Authentication vs. Authorization Options for authenticating to APIs using API Gateway Amazon Cognito in serverless applications Amazon Cognito user pools vs. federated identities Serverless Deployment Frameworks Overview of imperative vs. declarative programming for infrastructure as code Comparison of CloudFormation, AWS CDK, Amplify, and AWS SAM frameworks Features of AWS SAM and the AWS SAM CLI for local emulation and testing Using Amazon EventBridge and Amazon SNS to Decouple Components Development considerations when using asynchronous event sources Features and use cases of Amazon EventBridge Try-it-out exercise: Build a custom EventBridge bus and rule Comparison of use cases for Amazon Simple Notification Service (Amazon SNS) vs. EventBridge Try-it-out exercise: Configure an Amazon SNS topic with filtering Event-Driven Development Using Queues and Streams Development considerations when using polling event sources to trigger Lambda functions Distinctions between queues and streams as event sources for Lambda Selecting appropriate configurations when using Amazon Simple Queue Service (Amazon SQS) or Amazon Kinesis Data Streams as an event source for Lambda Try-it-out exercise: Configure an Amazon SQS queue with a dead-letter queue as a Lambda event source Writing Good Lambda Functions How the Lambda lifecycle influences your function code Best practices for your Lambda functions Configuring a function Function code, versions and aliases Try-it-out exercise: Configure and test a Lambda function Lambda error handling Handling partial failures with queues and streams Step Functions for Orchestration AWS Step Functions in serverless architectures Try-it-out exercise: Step Functions states The callback pattern Standard vs. Express Workflows Step Functions direct integrations Try-it-out exercise: Troubleshooting a Standard Step Functions workflow Observability and Monitoring The three pillars of observability Amazon CloudWatch Logs and Logs Insights Writing effective log files Try-it-out exercise: Interpreting logs Using AWS X-Ray for observability Try-it-out exercise: Enable X-Ray and interpret X-Ray traces CloudWatch metrics and embedded metrics format Try-it-out exercise: Metrics and alarms Try-it-out exercise: ServiceLens Serverless Application Security Security best practices for serverless applications Applying security at all layers API Gateway and application security Lambda and application security Protecting data in your serverless data stores Auditing and traceability Handling Scale in Serverless Applications Scaling considerations for serverless applications Using API Gateway to manage scale Lambda concurrency scaling How different event sources scale with Lambda Automating the Deployment Pipeline The importance of CI/CD in serverless applications Tools in a serverless pipeline AWS SAM features for serverless deployments Best practices for automation Course wrap-up Additional course details: Nexus Humans AWS Developing Serverless Solutions on AWS training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the AWS Developing Serverless Solutions on AWS course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.
Health & Nutrition When you initially start your fitness journey, getting fit and healthy can be a daunting prospect, so it is crucial to be completely aware of how to best do this for you. This Health & Nutrition course will help you build the skills you need to achieve your health and fitness goals. You will learn how to assess your fitness levels, create a healthy, personalised diet and exercise plan, and expand your knowledge of anatomy and physiology. The course covers the basic concepts of health and well-being, the role of nutrition in exercise, the importance of exercising safely, personal programmes of exercise and nutrition and much more. So, if you want to make healthy changes, reduce stress, and improve your overall lifestyle, this Health and Nutrition course is perfect for you. Learning Outcomes After completing Health & Nutrition Bundle course, the learner will be able to: Understand the basic concepts of health and well-being. Understand basic anatomy and physiology. Gain a solid understanding of nutrition in exercise. Understand the importance of exercising safely. Know how to follow an appropriate personal programme of exercise and nutrition. Why Choose Health & Nutrition Bundle Course from Us Self-paced course, access available from anywhere. Easy to understand, high-quality study materials. Health and Nutrition Course developed by industry experts. MCQ quiz after each module to assess your learning. Automated and instant assessment results. 24/7 support via live chat, phone call or email. Free PDF certificate as soon as completing the Health & Nutrition course. >> Courses are included in this Health & Nutrition Course << Main Course: Health and Nutrition GIFT COURSES Course 01: Level 2: Award in Nutrition and Health Course 02: Level 5 Diploma in Nutrition Course Course 03: Diet and Nutrition (Diploma Level 5) >> Others Benefits of Health & Nutrition << Free 3 PDF Certificate Lifetime Access Free Retake Exam Tutor Support [ Note: Free PDF certificate as soon as completing the Health & Nutrition course] Health Nutrition Course Curriculum of Health & Nutrition Module 01: Understand Health, Well-being and Exercise Module 02: Understand the Role of Nutrition in Exercise Module 03: Plan and Prepare for Personal Exercise and Nutrition Assessment Method After completing each module of the Health & Nutrition Course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Certification After completing the MCQ/Assignment assessment for this Health & Nutrition course, you will be entitled to a Certificate of Completion from Training Tale. Who is this course for? Health Nutrition Health & Nutrition course is ideal for those who wish to learn how to improve their health and well-being. The qualification enables learners to understand the positive effects of exercise on long-term health and well-being and implement an exercise plan with the appropriate nutritional requirements. Requirements Health Nutrition There are no specific requirements for this Health and Nutrition Course because it does not require any advanced knowledge or skills. Career path Health & Nutrition Certificates Certificate of completion Digital certificate - Included Certificate of completion Digital certificate - Included
The Control of Substance Hazardous to Health (COSHH) 2002 is a regulatory law in the UK, which aims at reducing and preventing threats of hazardous substances in the workplace. COSHH regulation in the UK is mandatory for all workplaces that work or may come into contact with hazardous substances in the workplace. Explore the ways to ensure health and safety in the workstation while you learn to overcome the challenges. Take a step towards driving your career forward and get ahead of the curve with our COSHH Training course. This Certificate in COSHH Training at QLS Level 3 course is endorsed by The Quality Licence Scheme and accredited by CPDQS (with 120 CPD points) to make your skill development & career progression more accessible than ever! Why Prefer This COSHH Training Course? Opportunity to earn certificate a certificate endorsed by the Quality Licence Scheme after completing the COSHH Training course FREE COSHH Training CPD-accredited certificate Get a free student ID card with COSHH Training (£10 applicable for international delivery) Lifetime access to the COSHH Training course materials The COSHH Training program comes with 24/7 tutor support Get instant access to this COSHH Training course Learn COSHH Training from anywhere in the world The COSHH Training is affordable and simple to understand The COSHH Training is entirely online This COSHH Training is designed for you to advance your understanding of hazardous substances as defined in the Control of Substances Hazardous to Health Regulations 2002. The COSHH course incorporates ways to determine the health issues that can arise from the hazardous substance in the work premises as well as how to prevent them from affecting your colleagues. Throughout this online COSHH Training program, you will demonstrate perception on how to control and monitor the measures taken to reduce the risks, how to identify the hazardous substance, how to assess the risk associated with the chemical and hazardous materials, and last but not least, how to plan and implement the control measure according to organisation structure or policy. Furthermore, this COSHH Training includes the guidelines that follow the approved code of practice, which you will need to follow and execute to comply with COSHH rules and regulations in the workplace. You'll get a Free Student ID card by enrolling in this COSHH course. This ID card entitles you to discounts on bus tickets, movie tickets, and library cards. In case of any query regarding the COSHH Training course, you will also have support from a team of experts who will be available during the weekdays (Monday - Friday) to assist you through email and chat boxes. On top of everything, with this COSHH Training you will get an accredited certificate that includes 10 CPD points which will help you to make a mark for yourself in the competitive job market. This COSHH Training Course certificate will also help you create an impression of self-reliance and dedication that will surely attract prospective employers to prioritise your job application. Enrol the COSHH Training Program today to develop skills that will drive your career forward and get ahead of the curve. What will I learn from this COSHH Training Course? An overview of COSHH and its standards in the UK Identify and interpret the key COSHH regulations and how they apply to different work environments. Recognize health problems and illnesses related to exposure to hazardous substances as outlined in COSHH guidelines. Develop the ability to identify hazardous substances in the workplace in compliance with COSHH standards. Conduct effective COSHH risk assessments to evaluate potential hazards and determine appropriate control measures. Implement control measures in line with COSHH to minimize exposure to hazardous substances and ensure workplace safety. Monitor the effectiveness of control measures as required by COSHH regulations and adapt strategies when necessary. Understand how COSHH regulations impact various industries and their specific responsibilities regarding hazardous substances. Demonstrate the process of effectively documenting COSHH assessments and control measures for compliance purposes. Gain knowledge on the proper use of personal protective equipment (PPE) and other tools to comply with COSHH safety requirements. The COSHH training course is broken down into several in-depth modules to provide you with the most convenient and rich learning experience possible. Upon successful completion of this program, you will receive an instant e-certificate as proof of comprehensive skill development and competency. Students can expect to complete this course in around 04 hours. You'll also get dedicated expert assistance from us to answer any queries you may have while studying our course. Start your learning journey with this course straight away and take a step forward in securing a better future! Why should you choose the COSHH Training course with Academy for Health & Fitness? Opportunity to earn a certificate accredited by CPD after completing this COSHH Training Student ID card with amazing discounts - completely for FREE! (£10 postal charges will be applicable for international delivery) Globally accepted standard structured lesson planning Innovative and engaging contents and activities Assessments that measure higher-level thinking and skills Complete the COSHH Training program in your own time, at your own pace Each of our students gets full tutor support on weekdays (Monday to Friday) ****Course Curriculum of COSHH Training**** Here are the topics you will cover on the COSHH Training: COSHH Explained COSHH Regulations Health Problems Related to Hazardous Substances Identifying Hazardous Substances COSHH Risk Assessments Control Measures and Monitoring Implementing Control Measures Assessment Process of COSHH Training After completing an online course module, you will be given immediate access to a specially designed MCQ test. The results will be immediately analysed, and the score will be shown for your review. The passing score for each test will be set at 60%. After passing the Certificate in COSHH Training at QLS Level 3 exam, you will be able to request a certificate at an additional cost that has been endorsed by the Quality Licence Scheme. CPD 120 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This COSHH course is designed for the individual who is already working or would like to work in companies or organisations that involves dealing with chemicals and hazardous substances in the workplace. This includes profession, but is not limited to, people who work in professions such as: Catering and baking Cleaning Beauty and hairdressing Engineering Vehicle repair and painting Welding Offshore oil and gas Printing Woodworking Agriculture Leisure facilities Requirements Enrol on the COSHH Training with no formal entry requirements! If you have a passion for knowledge and want to learn something new, register on the COSHH Training without any delay. We only ask that all students have a passion for learning and literacy, and be over the age of 16. Complete the COSHH Training course online from your computer, tablet, or smartphone, and learn in a way that suits you. Career path Enrolling on this COSHH Training programme may open doors to a wide range of career opportunities. Recent graduates and people already working in the COSHH relevant field are also encouraged to enrol. Certificates Certificate of completion Digital certificate - £10 Certificate in COSHH Training at QLS Level 3 Hard copy certificate - £89 Show off Your New Skills with a Certificate of Completion After successfully completing the Certificate in COSHH Training at QLS Level 3, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme. The certificate will be home-delivered, with a pricing scheme of - 89 GBP inside the UK 99 GBP (including postal fees) for International Delivery Certificate Accredited by CPDQS 29 GBP for Printed Hardcopy Certificate inside the UK 39 GBP for Printed Hardcopy Certificate outside the UK (International Delivery)
In the currency of tomorrow, skills will be the highest denomination
Some people naturally possess an ability to sell and others over time develop their own style. We have created a highly practical course to give you the confidence and ability to sell over the phone or face to face. We focus the exercises, theory and discussion on your own job role and experiences to ensure you can return to the workplace to deliver tangible results. This 2-day course is designed for individuals who are new to selling, those in a sales role but have not received any formal training, or professionals who would like to brush up and enhance their current selling skills and learn some new techniques. Course Syllabus The syllabus of the Essential Selling Skills course is comprised of seven modules, covering the following: Module One Understanding the Customer The importance of good customer care Selling vs. selling attitude The reasons people buy Adopting a positive approach Module Two Self-Awareness Understanding your selling style Adapting your selling style to your customer Understanding your customers buying style Module Three Effective Communication and Rapport Building Why does communication need to be effective? Actively listening to your customers' needs Right question at the right time The impact of positive and emotive language Module Four Taking a Consultative Approach Different styles of selling Taking a consultative approach to selling Preparation techniques Buyer behaviour and motivation A selling approach to match the buyers mind Module Five Presenting the Solution Selling the benefits Sales tool kit Unique sales points Advanced questioning techniques Module Six Gaining Commitment Recognising and acting upon buying signals Dealing with customers concerns No means no? How to cope in stressful situations Module Seven Confirming the Sale Confirming or closing? Effective confirming techniques Going the extra mile Benefits For you as an individual This course will increase your confidence and ability to sell, having provided you with tools and techniques to achieve maximum results. Delegates always leave with fresh ideas, energy and motivation to succeed. For an employer The attitude of the delegates and the results they deliver will speak for themselves. All techniques are easy to apply back into the workplace for an immediate impact. What will I learn? By the end of the course, participants will be able to: Appreciate the need for preparation before a sales appointment Effectively identify and meet needs with advanced questioning techniques Identify verbal and non-verbal buying signals Construct professional answers to questions and possible objections Present your products and/or services with the buyer in mind Identify and use a selling style appropriate to capture the buyer's attention Recognise and overcome major objection types How to apply effective confirmation techniques with the buyer in mind Real Play Option We offer an innovative solution to engage the learners and bring real negotiation and closing scenarios to life. We use actors who improvise scenarios which have been specified by the group. The group is split the group into 2 sub-groups, one with the actor, the other with the trainer. Each group has a brief and has to instruct their trainer/actor on how to approach the scenario supplied. The actor and trainer perform the role play(s) as instructed by their respective teams; however during the action they can be paused for further recommendations or direction. The outcome is the responsibility of the team(s) - not the performers. Scheduled Courses This course is not one that is currently scheduled as an open course, and is only available on an in-house basis. For more information please contact us.
Empower yourself with the essential skills for survival in critical situations with our Active Shooter Response Training course. Gain insights into active shooter dynamics, threat identification, and crisis response strategies. Develop a survival mindset, learn emergency first aid, and enhance your workplace safety. Be prepared with prevention and preparedness measures, supported by real-world case studies. Elevate your security awareness and readiness with this comprehensive training. Enroll now for a safer future
Explore the fundamental concepts and future trajectories of theology in this comprehensive course. Delve into major religious traditions, ethical dilemmas, and theological inquiries, from the nature of God to eschatology. Gain insights into Christology, ecclesiology, and comparative theology, shaping a nuanced understanding of theology's role in shaping society and the world. Engage in critical discourse about the future of theology amidst contemporary challenges and emerging trends.
Elevate your personal and professional journey with our NLP Practitioner Course: Mastering Techniques. Unlock the secrets of Neuro-Linguistic Programming, enhance communication skills, and gain mastery in advanced techniques. Transform beliefs, overcome challenges, and earn your NLP Practitioner Certification. Join a community of growth-oriented individuals. Enroll now for a life-changing experience in self-discovery and empowerment.
Gain professional skills to start a wedding and event planning career with our accredited online course. Learn logistics, budgeting, styling, contracts, and more. Develop the expertise to coordinate memorable weddings, corporate functions, celebrations, and other special events successfully.