08. Blockchain
Amazon Managed Blockchain Amazon Managed Blockchain is a fully managed service that allows you to set up and manage a scalable blockchain network with just a few clicks. Amazon Managed Blockchain eliminates the overhead required to create the network, and automatically scales to meet the demands of thousands of applications running millions of transactions.
07. AWS Cost Management
AWS Cost Explorer AWS Cost Explorer has an easy-to-use interface that lets you visualize, understand, and manage your AWS costs and usage over time. Get started quickly by creating custom reports (including charts and tabular data) that analyze cost and usage data, both at a high level (e.g., total costs and usage across all accounts) […]
06. AR & VR
Amazon Sumerian Amazon Sumerian lets you create and run virtual reality (VR), augmented reality (AR), and 3D applications quickly and easily without requiring any specialized programming or 3D graphics expertise. With Sumerian, you can build highly immersive and interactive scenes that run on popular hardware such as Oculus Go, Oculus Rift, HTC Vive, HTC Vive […]
05. Application Integration
AWS Step Functions AWS Step Functions lets you coordinate multiple AWS services into serverless workflows so you can build and update apps quickly. Using Step Functions, you can design and run workflows that stitch together services such as AWS Lambda and Amazon ECS into feature-rich applications. Amazon MQ Amazon MQ is a managed message broker […]
04. AWS Analytics
4.1 Amazon Athene Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL. Athena is serverless so there is no infrastructure to manage, and you pay only for the queries that you run. 4.2 Amazon EMR (Amazon Elastic MapReduce) Amazon Elastic MapReduce (EMR) is an […]
03 Cloud Computing Models
o Infrastructure as a Service (IaaS) – (AWS) Infrastructure as a Service (IaaS) contains the basic building blocks for cloud IT and typically provide access to networking features, computers (virtual or on dedicated hardware), and data storage space. IaaS provides you with the highest level of flexibility and management control over your IT resources and […]
02. Six Advantages of Cloud Computing
Six Advantages of Cloud Computing 1 Trade capital expense for variable expense – Instead of having to invest heavily in data centers and servers before you know how you’re going to use them, you can pay only when you consume computing resources, and pay only for how much you consume. 2 Benefit from massive economies of […]
1.19 Client Tools
List of users connected to client tools SELECT c.cnx_id, SUBSTR(u.name,1,30), SUBSTR(c.login_time,1,20), SUBSTR(c.app_name1,1,20), SUBSTR(c.host_name,1,25), c.host_port FROM opb_client_conn c, opb_user_group u WHERE c.login_id =u.id AND to_date(SUBSTR(login_time,1,10),’mm/dd/yyyy’)!=trim(sysdate) AND app_name1 IN (‘Designer’ ,’Workflow Manager’ , ‘Workflow Monitor’, ‘Repository Manager’) ORDER BY Host_name, app_name1, […]
4.8 Purging BDM workflows from the workflow database
Please make sure to have proper backups before you work on below commands (safer side), on Informatica BDM this command will help to purge workflow transnational details from workflow database. Starting from Informatica 10.2 HotFix 1, there is a new command available to delete workflow process data from workflow DB. You can configure the command […]
3.17 Troubleshoot steps when Integration Services are Hung
Troubleshoot steps when Integration Services are Hung When you are unable to connect Integration Service from client, make sure Integration Service is available in Administrator Console Login to one of the nodes in the IS grid and try pmcmd connect to Integration Service pmcmd> connect -sv -d -u -p Please share the output. Please […]